Searched refs:skb (Results 1 – 1 of 1) sorted by relevance
8170 struct sk_buff *skb; in __io_sqe_files_unregister() local8172 while ((skb = skb_dequeue(&sock->sk_receive_queue)) != NULL) in __io_sqe_files_unregister()8173 kfree_skb(skb); in __io_sqe_files_unregister()8347 struct sk_buff *skb; in __io_sqe_files_scm() local8354 skb = alloc_skb(0, GFP_KERNEL); in __io_sqe_files_scm()8355 if (!skb) { in __io_sqe_files_scm()8360 skb->sk = sk; in __io_sqe_files_scm()8361 skb->scm_io_uring = 1; in __io_sqe_files_scm()8378 UNIXCB(skb).fp = fpl; in __io_sqe_files_scm()8379 skb->destructor = unix_destruct_scm; in __io_sqe_files_scm()[all …]