Home
last modified time | relevance | path

Searched refs:skb_zerocopy_headlen (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c340 hlen = skb_zerocopy_headlen(entskb); in nfqnl_build_packet_message()
/linux-4.1.27/net/core/
Dskbuff.c2240 skb_zerocopy_headlen(const struct sk_buff *from) in skb_zerocopy_headlen() function
2254 EXPORT_SYMBOL_GPL(skb_zerocopy_headlen);
/linux-4.1.27/include/linux/
Dskbuff.h2699 unsigned int skb_zerocopy_headlen(const struct sk_buff *from);
/linux-4.1.27/net/openvswitch/
Ddatapath.c447 hlen = skb_zerocopy_headlen(skb); in queue_userspace_packet()