Home
last modified time | relevance | path

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

/Linux-v4.19/net/nsh/
Dnsh.c62 inner_proto = tun_p_to_eth_p(nh->np); in nsh_pop()
100 proto = tun_p_to_eth_p(nsh_hdr(skb)->np); in nsh_gso_segment()
/Linux-v4.19/include/net/
Dtun_proto.h15 static inline __be16 tun_p_to_eth_p(u8 proto) in tun_p_to_eth_p() function
/Linux-v4.19/net/openvswitch/
Dflow_netlink.c3062 inner_proto = tun_p_to_eth_p(key->nsh.base.np); in __ovs_nla_copy_actions()
/Linux-v4.19/drivers/net/
Dvxlan.c1299 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_hdr()