Home
last modified time | relevance | path

Searched refs:skb_uarg (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dskbuff.c1975 if (skb_uarg(nskb) == skb_uarg(orig)) in skb_zerocopy_clone()
1980 skb_zcopy_set(nskb, skb_uarg(orig), NULL); in skb_zerocopy_clone()
2338 net_zcopy_get(skb_uarg(skb)); in pskb_expand_head()
6900 net_zcopy_get(skb_uarg(skb)); in pskb_carve_inside_header()
7050 net_zcopy_get(skb_uarg(skb)); in pskb_carve_inside_nonlinear()
/linux/include/linux/
H A Dskbuff.h574 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg)) macro
1795 return is_zcopy ? skb_uarg(skb) : NULL; in skb_zcopy()