Home
last modified time | relevance | path

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

/Linux-v4.19/net/nsh/
Dnsh.c21 u8 next_proto; in nsh_push() local
24 next_proto = TUN_P_ETHERNET; in nsh_push()
26 next_proto = tun_p_from_eth_p(skb->protocol); in nsh_push()
27 if (!next_proto) in nsh_push()
38 nh->np = next_proto; in nsh_push()
/Linux-v4.19/net/ipv4/
Dfou.c351 goto next_proto; in gue_gro_receive()
426 next_proto: in gue_gro_receive()
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c3046 u8 next_proto; in __ovs_nla_copy_actions() local
3048 next_proto = tun_p_from_eth_p(eth_type); in __ovs_nla_copy_actions()
3049 if (!next_proto) in __ovs_nla_copy_actions()