Home
last modified time | relevance | path

Searched refs:next_proto (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/nsh/
H A 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-6.6/net/nsh/
H 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()
/kernel/linux/linux-5.10/net/ipv4/
H A Dfou.c353 goto next_proto; in gue_gro_receive()
428 next_proto: in gue_gro_receive()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfou_core.c346 goto next_proto; in gue_gro_receive()
421 next_proto: in gue_gro_receive()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_netlink.c3363 u8 next_proto; in __ovs_nla_copy_actions() local
3365 next_proto = tun_p_from_eth_p(eth_type); in __ovs_nla_copy_actions()
3366 if (!next_proto) in __ovs_nla_copy_actions()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_netlink.c3407 u8 next_proto; in __ovs_nla_copy_actions() local
3409 next_proto = tun_p_from_eth_p(eth_type); in __ovs_nla_copy_actions()
3410 if (!next_proto) in __ovs_nla_copy_actions()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c5782 * @next_proto: ethertype of header after popped MPLS header
5790 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() argument
5815 skb_mod_eth_type(skb, hdr, next_proto); in skb_mpls_pop()
5817 skb->protocol = next_proto; in skb_mpls_pop()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c6184 * @next_proto: ethertype of header after popped MPLS header
6192 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len, in skb_mpls_pop() argument
6217 skb_mod_eth_type(skb, hdr, next_proto); in skb_mpls_pop()
6219 skb->protocol = next_proto; in skb_mpls_pop()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h3597 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h4005 int skb_mpls_pop(struct sk_buff *skb, __be16 next_proto, int mac_len,

Completed in 42 milliseconds