Home
last modified time | relevance | path

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

/include/linux/
Dfsverity.h143 int fsverity_ioctl_read_metadata(struct file *filp, const void __user *uarg);
193 const void __user *uarg) in fsverity_ioctl_read_metadata() argument
Dif_bridge.h67 void __user *uarg));
69 struct ifreq *ifr, void __user *uarg);
Dskbuff.h541 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() argument
1542 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() argument
1547 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 …]
/include/net/
Dtcp.h1717 struct ubuf_info *uarg; member