Searched refs:skb_gro_header_fast (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | gre_offload.c | 133 greh = skb_gro_header_fast(skb, off); in gre_gro_receive()
|
D | tcp_offload.c | 195 th = skb_gro_header_fast(skb, off); in tcp_gro_receive()
|
D | geneve.c | 163 gh = skb_gro_header_fast(skb, off_gnv); in geneve_gro_receive()
|
D | fou.c | 275 guehdr = skb_gro_header_fast(skb, off); in gue_gro_receive()
|
D | af_inet.c | 1309 iph = skb_gro_header_fast(skb, off); in inet_gro_receive()
|
/linux-4.1.27/include/net/ |
D | udp.h | 172 uh = skb_gro_header_fast(skb, off); in udp_gro_udphdr()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_offload.c | 181 iph = skb_gro_header_fast(skb, off); in ipv6_gro_receive()
|
/linux-4.1.27/net/ethernet/ |
D | eth.c | 406 eh = skb_gro_header_fast(skb, off_eth); in eth_gro_receive()
|
/linux-4.1.27/include/linux/ |
D | netdevice.h | 2223 static inline void *skb_gro_header_fast(struct sk_buff *skb, in skb_gro_header_fast() function
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 602 vh = skb_gro_header_fast(skb, off_vx); in vxlan_gro_receive()
|
/linux-4.1.27/net/core/ |
D | dev.c | 4277 eth = skb_gro_header_fast(skb, 0); in napi_frags_skb()
|