Searched refs:GOOD_PACKET_LEN (Results 1 – 1 of 1) sorted by relevance
35 #define GOOD_PACKET_LEN (ETH_HLEN + VLAN_HLEN + ETH_DATA_LEN) macro705 unsigned int buflen = SKB_DATA_ALIGN(GOOD_PACKET_LEN + headroom) + in receive_small()716 if (unlikely(len > GOOD_PACKET_LEN)) { in receive_small()718 dev->name, len, GOOD_PACKET_LEN); in receive_small()742 buflen = SKB_DATA_ALIGN(GOOD_PACKET_LEN + headroom) + in receive_small()1173 int len = vi->hdr_len + VIRTNET_RX_PAD + GOOD_PACKET_LEN + xdp_headroom; in add_recvbuf_small()1185 vi->hdr_len + GOOD_PACKET_LEN); in add_recvbuf_small()2803 (unsigned int)GOOD_PACKET_LEN); in mergeable_min_buf_len()