Home
last modified time | relevance | path

Searched refs:skb_network_protocol (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/core/
Ddev.c2473 __be16 skb_network_protocol(struct sk_buff *skb, int *depth) in skb_network_protocol() function
2502 __be16 type = skb_network_protocol(skb, &vlan_depth); in skb_mac_gso_segment()
2647 type = skb_network_protocol(skb, &tmp); in harmonize_features()
Dskbuff.c3023 proto = skb_network_protocol(head_skb, &dummy); in skb_segment()
/linux-4.4.14/include/linux/
Dnetdevice.h3657 __be16 skb_network_protocol(struct sk_buff *skb, int *depth);