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) macro718 unsigned int buflen = SKB_DATA_ALIGN(GOOD_PACKET_LEN + headroom) + in receive_small()729 if (unlikely(len > GOOD_PACKET_LEN)) { in receive_small()731 dev->name, len, GOOD_PACKET_LEN); in receive_small()755 buflen = SKB_DATA_ALIGN(GOOD_PACKET_LEN + headroom) + in receive_small()1183 int len = vi->hdr_len + VIRTNET_RX_PAD + GOOD_PACKET_LEN + xdp_headroom; in add_recvbuf_small()1195 vi->hdr_len + GOOD_PACKET_LEN); in add_recvbuf_small()2827 (unsigned int)GOOD_PACKET_LEN); in mergeable_min_buf_len()