Searched refs:uarg (Results 1 – 4 of 4) sorted by relevance
169 int fsverity_ioctl_read_metadata(struct file *filp, const void __user *uarg);230 const void __user *uarg) in fsverity_ioctl_read_metadata() argument
70 void __user *uarg));72 struct ifreq *ifr, void __user *uarg);
534 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() argument1764 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() argument1769 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 …]
335 size_t size, struct ubuf_info *uarg);1923 struct ubuf_info *uarg; member