Searched refs:inner_proto (Results 1 – 4 of 4) sorted by relevance
51 __be16 inner_proto; in nsh_pop() local59 inner_proto = tun_p_to_eth_p(nh->np); in nsh_pop()63 if (!inner_proto) in nsh_pop()70 skb->protocol = inner_proto; in nsh_pop()
410 __be16 inner_proto, bool raw_proto, bool xnet);413 __be16 inner_proto, bool xnet) in iptunnel_pull_header() argument415 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
93 __be16 inner_proto, bool raw_proto, bool xnet) in __iptunnel_pull_header() argument100 if (!raw_proto && inner_proto == htons(ETH_P_TEB)) { in __iptunnel_pull_header()113 skb->protocol = inner_proto; in __iptunnel_pull_header()
3276 __be16 inner_proto; in __ovs_nla_copy_actions() local3280 inner_proto = tun_p_to_eth_p(key->nsh.base.np); in __ovs_nla_copy_actions()3281 if (!inner_proto) in __ovs_nla_copy_actions()