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()
89 __be16 inner_proto, bool raw_proto, bool xnet) in __iptunnel_pull_header() argument96 if (!raw_proto && inner_proto == htons(ETH_P_TEB)) { in __iptunnel_pull_header()109 skb->protocol = inner_proto; in __iptunnel_pull_header()
406 __be16 inner_proto, bool raw_proto, bool xnet);409 __be16 inner_proto, bool xnet) in iptunnel_pull_header() argument411 return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet); in iptunnel_pull_header()
3156 __be16 inner_proto; in __ovs_nla_copy_actions() local3160 inner_proto = tun_p_to_eth_p(key->nsh.base.np); in __ovs_nla_copy_actions()3161 if (!inner_proto) in __ovs_nla_copy_actions()