Home
last modified time | relevance | path

Searched refs:network_offset (Results 1 – 6 of 6) sorted by relevance

/linux/net/sched/
H A Dem_ipset.c60 int ret, network_offset; in em_ipset_match() local
86 network_offset = skb_network_offset(skb); in em_ipset_match()
87 skb_pull(skb, network_offset); in em_ipset_match()
104 skb_push(skb, network_offset); in em_ipset_match()
/linux/net/batman-adv/
H A Dmesh-interface.c190 int network_offset = ETH_HLEN; in batadv_interface_tx() local
216 network_offset += VLAN_HLEN; in batadv_interface_tx()
225 skb_set_network_header(skb, network_offset); in batadv_interface_tx()
/linux/net/openvswitch/
H A Ddatapath.h186 u16 network_offset; /* valid only for MPLS */ member
H A Dactions.c718 skb_set_network_header(skb, data->network_offset); in ovs_vport_output()
751 data->network_offset = orig_network_offset; in prepare_frag()
/linux/net/core/
H A Dgro.c400 NAPI_GRO_CB(skb)->network_offset = 0; in skb_gro_reset_offset()
/linux/net/ipv4/
H A Dudp.c860 int network_offset, transport_offset; in __udp4_lib_err_encap() local
863 network_offset = skb_network_offset(skb); in __udp4_lib_err_encap()
897 skb_set_network_header(skb, network_offset); in __udp4_lib_err_encap()