Lines Matching refs:ubuf_info
536 void (*complete)(struct sk_buff *, struct ubuf_info *,
539 int (*link_skb)(struct sk_buff *skb, struct ubuf_info *uarg);
550 struct ubuf_info { struct
557 struct ubuf_info ubuf; argument
578 #define skb_uarg(SKB) ((struct ubuf_info *)(skb_shinfo(SKB)->destructor_arg))
1712 struct ubuf_info *msg_zerocopy_realloc(struct sock *sk, size_t size,
1713 struct ubuf_info *uarg);
1715 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref);
1732 struct ubuf_info *uarg);
1742 static inline struct ubuf_info *skb_zcopy(struct sk_buff *skb) in skb_zcopy()
1765 static inline void net_zcopy_get(struct ubuf_info *uarg) in net_zcopy_get()
1770 static inline void skb_zcopy_init(struct sk_buff *skb, struct ubuf_info *uarg) in skb_zcopy_init()
1776 static inline void skb_zcopy_set(struct sk_buff *skb, struct ubuf_info *uarg, in skb_zcopy_set()
1804 static inline void net_zcopy_put(struct ubuf_info *uarg) in net_zcopy_put()
1810 static inline void net_zcopy_put_abort(struct ubuf_info *uarg, bool have_uref) in net_zcopy_put_abort()
1823 struct ubuf_info *uarg = skb_zcopy(skb); in skb_zcopy_clear()