Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nsh/
Dnsh.c18 u8 next_proto; in nsh_push() local
21 next_proto = TUN_P_ETHERNET; in nsh_push()
23 next_proto = tun_p_from_eth_p(skb->protocol); in nsh_push()
24 if (!next_proto) in nsh_push()
35 nh->np = next_proto; in nsh_push()
/kernel/linux/linux-5.10/net/ipv4/
Dfou.c353 goto next_proto; in gue_gro_receive()
428 next_proto: in gue_gro_receive()
/kernel/linux/linux-5.10/net/openvswitch/
Dflow_netlink.c3349 u8 next_proto; in __ovs_nla_copy_actions() local
3351 next_proto = tun_p_from_eth_p(eth_type); in __ovs_nla_copy_actions()
3352 if (!next_proto) in __ovs_nla_copy_actions()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c5765 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() argument
5790 skb_mod_eth_type(skb, hdr, next_proto); in skb_mpls_pop()
5792 skb->protocol = next_proto; in skb_mpls_pop()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h3596 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,