Home
last modified time | relevance | path

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

/linux/net/nsh/
H A Dnsh.c60 inner_proto = tun_p_to_eth_p(nh->np); in nsh_pop()
99 proto = tun_p_to_eth_p(nsh_hdr(skb)->np); in nsh_gso_segment()
/linux/include/net/
H A Dtun_proto.h16 static inline __be16 tun_p_to_eth_p(u8 proto) in tun_p_to_eth_p() function
/linux/net/openvswitch/
H A Dflow_netlink.c3447 inner_proto = tun_p_to_eth_p(key->nsh.base.np); in __ovs_nla_copy_actions()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c644 *protocol = tun_p_to_eth_p(gpe->next_protocol); in vxlan_parse_gpe_proto()