Home
last modified time | relevance | path

Searched refs:skb_zcopy_set (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dip_output.c1038 skb_zcopy_set(skb, uarg, &extra_uref); in __ip_append_data()
1168 skb_zcopy_set(skb, uarg, &extra_uref); in __ip_append_data()
Dtcp_output.c3793 skb_zcopy_set(syn_data, fo->uarg, NULL); in tcp_send_syn_data()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_output.c1560 skb_zcopy_set(skb, uarg, &extra_uref); in __ip6_append_data()
1720 skb_zcopy_set(skb, uarg, &extra_uref); in __ip6_append_data()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c1311 skb_zcopy_set(skb, uarg, NULL); in skb_zerocopy_iter_stream()
1331 skb_zcopy_set(nskb, skb_uarg(orig), NULL); in skb_zerocopy_clone()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h1447 static inline void skb_zcopy_set(struct sk_buff *skb, struct ubuf_info *uarg, in skb_zcopy_set() function