Home
last modified time | relevance | path

Searched refs:inner_protocol (Results 1 – 5 of 5) sorted by relevance

/net/mpls/
Dmpls_gso.c39 skb->protocol = skb->inner_protocol; in mpls_gso_segment()
/net/openvswitch/
Dactions.c61 __be16 inner_protocol; member
195 if (!skb->inner_protocol) { in push_mpls()
726 skb->inner_protocol = data->inner_protocol; in ovs_vport_output()
770 data->inner_protocol = skb->inner_protocol; in prepare_frag()
/net/ipv4/
Dgre_offload.c45 skb->protocol = skb->inner_protocol; in gre_gso_segment()
Dudp_offload.c166 protocol = skb->inner_protocol; in skb_udp_tunnel_segment()
/net/core/
Dskbuff.c826 CHECK_SKB_FIELD(inner_protocol); in __copy_skb_header()