Searched refs:nh_min_len (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dvirtio_net.h54 unsigned int nh_min_len = sizeof(struct iphdr); local
71 nh_min_len = sizeof(struct ipv6hdr);
107 nh_min_len = max_t(u32, nh_min_len, skb_transport_offset(skb));
108 p_off = nh_min_len + thlen;
148 p_off = nh_min_len + thlen;

Completed in 112 milliseconds