Searched refs:inner_proto (Results 1 – 4 of 4) sorted by relevance
54 __be16 inner_proto; in nsh_pop() local62 inner_proto = tun_p_to_eth_p(nh->np); in nsh_pop()66 if (!inner_proto) in nsh_pop()73 skb->protocol = inner_proto; in nsh_pop()
99 __be16 inner_proto, bool raw_proto, bool xnet) in __iptunnel_pull_header() argument106 if (!raw_proto && inner_proto == htons(ETH_P_TEB)) { in __iptunnel_pull_header()119 skb->protocol = inner_proto; in __iptunnel_pull_header()
403 __be16 inner_proto, bool raw_proto, bool xnet);406 __be16 inner_proto, bool xnet) in iptunnel_pull_header() argument408 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
3058 __be16 inner_proto; in __ovs_nla_copy_actions() local3062 inner_proto = tun_p_to_eth_p(key->nsh.base.np); in __ovs_nla_copy_actions()3063 if (!inner_proto) in __ovs_nla_copy_actions()