skb_network_protocol 4371 include/linux/netdevice.h __be16 skb_network_protocol(struct sk_buff *skb, int *depth);
skb_network_protocol 2947 net/core/dev.c 	__be16 type = skb_network_protocol(skb, &vlan_depth);
skb_network_protocol 3098 net/core/dev.c 	type = skb_network_protocol(skb, &tmp);
skb_network_protocol 3693 net/core/skbuff.c 	proto = skb_network_protocol(head_skb, &dummy);