Searched refs:uarg (Results 1 – 4 of 4) sorted by relevance
143 int fsverity_ioctl_read_metadata(struct file *filp, const void __user *uarg);193 const void __user *uarg) in fsverity_ioctl_read_metadata() argument
67 void __user *uarg));69 struct ifreq *ifr, void __user *uarg);
541 struct ubuf_info *uarg);543 void msg_zerocopy_put_abort(struct ubuf_info *uarg, bool have_uref);545 void msg_zerocopy_callback(struct sk_buff *skb, struct ubuf_info *uarg,551 struct ubuf_info *uarg);1540 static inline void net_zcopy_get(struct ubuf_info *uarg) in net_zcopy_get() argument1542 refcount_inc(&uarg->refcnt); in net_zcopy_get()1545 static inline void skb_zcopy_init(struct sk_buff *skb, struct ubuf_info *uarg) in skb_zcopy_init() argument1547 skb_shinfo(skb)->destructor_arg = uarg; in skb_zcopy_init()1548 skb_shinfo(skb)->flags |= uarg->flags; in skb_zcopy_init()1551 static inline void skb_zcopy_set(struct sk_buff *skb, struct ubuf_info *uarg, in skb_zcopy_set() argument[all …]
1717 struct ubuf_info *uarg; member