Home
last modified time | relevance | path

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

/include/linux/
Dfsverity.h169 int fsverity_ioctl_read_metadata(struct file *filp, const void __user *uarg);
230 const void __user *uarg) in fsverity_ioctl_read_metadata() argument
Dif_bridge.h70 void __user *uarg));
72 struct ifreq *ifr, void __user *uarg);
Dskbuff.h534 int (*link_skb)(struct sk_buff *skb, struct ubuf_info *uarg);
1710 struct ubuf_info *uarg);
1712 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref);
1729 struct ubuf_info *uarg);
1762 static inline void net_zcopy_get(struct ubuf_info *uarg) in net_zcopy_get() argument
1764 refcount_inc(&uarg->refcnt); in net_zcopy_get()
1767 static inline void skb_zcopy_init(struct sk_buff *skb, struct ubuf_info *uarg) in skb_zcopy_init() argument
1769 skb_shinfo(skb)->destructor_arg = uarg; in skb_zcopy_init()
1770 skb_shinfo(skb)->flags |= uarg->flags; in skb_zcopy_init()
1773 static inline void skb_zcopy_set(struct sk_buff *skb, struct ubuf_info *uarg, in skb_zcopy_set() argument
[all …]
/include/net/
Dtcp.h335 size_t size, struct ubuf_info *uarg);
1923 struct ubuf_info *uarg; member