Home
last modified time | relevance | path

Searched refs:next_proto (Results 1 – 4 of 4) sorted by relevance

/net/nsh/
A Dnsh.c19 u8 next_proto; in nsh_push() local
22 next_proto = TUN_P_ETHERNET; in nsh_push()
24 next_proto = tun_p_from_eth_p(skb->protocol); in nsh_push()
25 if (!next_proto) in nsh_push()
36 nh->np = next_proto; in nsh_push()
/net/ipv4/
A Dfou_core.c365 goto next_proto; in gue_gro_receive()
440 next_proto: in gue_gro_receive()
/net/openvswitch/
A Dflow_netlink.c3433 u8 next_proto; in __ovs_nla_copy_actions() local
3435 next_proto = tun_p_from_eth_p(eth_type); in __ovs_nla_copy_actions()
3436 if (!next_proto) in __ovs_nla_copy_actions()
/net/core/
A Dskbuff.c6540 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() argument
6565 skb_mod_eth_type(skb, hdr, next_proto); in skb_mpls_pop()
6567 skb->protocol = next_proto; in skb_mpls_pop()

Completed in 89 milliseconds