inner_protocol_type 1223 drivers/net/ethernet/chelsio/cxgb4/sge.c 	if (skb->inner_protocol_type != ENCAP_TYPE_ETHER ||
inner_protocol_type 5249 drivers/net/ethernet/emulex/benet/be_main.c 	    skb->inner_protocol_type != ENCAP_TYPE_ETHER ||
inner_protocol_type  692 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	if (skb->inner_protocol_type != ENCAP_TYPE_ETHER ||
inner_protocol_type 3530 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	if (skb->inner_protocol_type != ENCAP_TYPE_ETHER ||
inner_protocol_type  810 include/linux/skbuff.h 	__u8			inner_protocol_type:1;
inner_protocol_type 2377 include/linux/skbuff.h 	skb->inner_protocol_type = ENCAP_TYPE_ETHER;
inner_protocol_type 2384 include/linux/skbuff.h 	skb->inner_protocol_type = ENCAP_TYPE_IPPROTO;
inner_protocol_type  315 include/net/vxlan.h 	    (skb->inner_protocol_type != ENCAP_TYPE_ETHER ||
inner_protocol_type  161 net/ipv4/udp_offload.c 	switch (skb->inner_protocol_type) {