Home
last modified time | relevance | path

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

/net/netfilter/
Dnfnetlink_queue.c437 hlen = skb_zerocopy_headlen(entskb); in nfqnl_build_packet_message()
/net/core/
Dskbuff.c2931 skb_zerocopy_headlen(const struct sk_buff *from) in skb_zerocopy_headlen() function
2948 EXPORT_SYMBOL_GPL(skb_zerocopy_headlen);
/net/openvswitch/
Ddatapath.c434 hlen = skb_zerocopy_headlen(skb); in queue_userspace_packet()