Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c3311 __be16 skb_network_protocol(struct sk_buff *skb, int *depth) in skb_network_protocol() function
3340 __be16 type = skb_network_protocol(skb, &vlan_depth); in skb_mac_gso_segment()
3490 type = skb_network_protocol(skb, NULL); in harmonize_features()
H A Dskbuff.c3857 proto = skb_network_protocol(head_skb, NULL); in skb_segment()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4791 __be16 skb_network_protocol(struct sk_buff *skb, int *depth);