Home
last modified time | relevance | path

Searched refs:network_offsets (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/include/net/
Dgro.h96 u16 network_offsets[2]; member
185 return NAPI_GRO_CB(skb)->network_offsets[NAPI_GRO_CB(skb)->encap_mark]; in skb_gro_receive_network_offset()
/linux-6.12.1/net/ipv6/
Dudp_offload.c167 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp6_gro_complete()
Dtcpv6_offload.c75 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in tcp6_gro_complete()
Dip6_offload.c239 NAPI_GRO_CB(skb)->network_offsets[NAPI_GRO_CB(skb)->encap_mark] = off; in ipv6_gro_receive()
Dudp.c287 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp6_lib_lookup_skb()
/linux-6.12.1/net/8021q/
Dvlan_core.c481 NAPI_GRO_CB(skb)->network_offsets[NAPI_GRO_CB(skb)->encap_mark] = hlen; in vlan_gro_receive()
/linux-6.12.1/net/ipv4/
Dtcp_offload.c464 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in tcp4_gro_complete()
Dudp_offload.c734 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp4_gro_complete()
Daf_inet.c1535 NAPI_GRO_CB(skb)->network_offsets[NAPI_GRO_CB(skb)->encap_mark] = off; in inet_gro_receive()
Dudp.c549 const u16 offset = NAPI_GRO_CB(skb)->network_offsets[skb->encapsulation]; in udp4_lib_lookup_skb()