Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/trace/events/
H A Dnet.h31 __field( int, network_offset )
51 __entry->network_offset = skb_network_offset(skb);
67 __entry->network_offset, __entry->transport_offset_valid,
/openbmc/linux/net/batman-adv/
H A Dsoft-interface.c203 int network_offset = ETH_HLEN; in batadv_interface_tx() local
229 network_offset += VLAN_HLEN; in batadv_interface_tx()
238 skb_set_network_header(skb, network_offset); in batadv_interface_tx()
/openbmc/linux/include/net/
H A Dgro.h93 u16 network_offset; member
/openbmc/linux/net/openvswitch/
H A Dactions.c52 u16 network_offset; /* valid only for MPLS */ member
805 skb_set_network_header(skb, data->network_offset); in ovs_vport_output()
838 data->network_offset = orig_network_offset; in prepare_frag()
/openbmc/linux/net/ipv6/
H A Dudp.c525 int network_offset, transport_offset; in __udp6_lib_err_encap() local
528 network_offset = skb_network_offset(skb); in __udp6_lib_err_encap()
565 skb_set_network_header(skb, network_offset); in __udp6_lib_err_encap()
/openbmc/linux/net/core/
H A Dgro.c376 NAPI_GRO_CB(skb)->network_offset = 0; in skb_gro_reset_offset()
/openbmc/linux/net/ipv4/
H A Dudp.c665 int network_offset, transport_offset; in __udp4_lib_err_encap() local
668 network_offset = skb_network_offset(skb); in __udp4_lib_err_encap()
703 skb_set_network_header(skb, network_offset); in __udp4_lib_err_encap()