inner_proto       406 include/net/ip_tunnels.h 			   __be16 inner_proto, bool raw_proto, bool xnet);
inner_proto       409 include/net/ip_tunnels.h 				       __be16 inner_proto, bool xnet)
inner_proto       411 include/net/ip_tunnels.h 	return __iptunnel_pull_header(skb, hdr_len, inner_proto, false, xnet);
inner_proto        89 net/ipv4/ip_tunnel_core.c 			   __be16 inner_proto, bool raw_proto, bool xnet)
inner_proto        96 net/ipv4/ip_tunnel_core.c 	if (!raw_proto && inner_proto == htons(ETH_P_TEB)) {
inner_proto       109 net/ipv4/ip_tunnel_core.c 		skb->protocol = inner_proto;
inner_proto        51 net/nsh/nsh.c  	__be16 inner_proto;
inner_proto        59 net/nsh/nsh.c  	inner_proto = tun_p_to_eth_p(nh->np);
inner_proto        63 net/nsh/nsh.c  	if (!inner_proto)
inner_proto        70 net/nsh/nsh.c  	skb->protocol = inner_proto;
inner_proto      3156 net/openvswitch/flow_netlink.c 			__be16 inner_proto;
inner_proto      3160 net/openvswitch/flow_netlink.c 			inner_proto = tun_p_to_eth_p(key->nsh.base.np);
inner_proto      3161 net/openvswitch/flow_netlink.c 			if (!inner_proto)