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()
409 __be16 inner_proto, bool raw_proto, bool xnet);412 __be16 inner_proto, bool xnet) in iptunnel_pull_header() argument414 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()
3286 __be16 inner_proto; in __ovs_nla_copy_actions() local3290 inner_proto = tun_p_to_eth_p(key->nsh.base.np); in __ovs_nla_copy_actions()3291 if (!inner_proto) in __ovs_nla_copy_actions()
Completed in 35 milliseconds