Searched refs:skb_peek_next (Results 1 – 7 of 7) sorted by relevance
| /linux/net/unix/ |
| H A D | af_unix.c | 703 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_release_sock() 887 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_count_nr_fds() 2831 skb = skb_peek_next(skb, &sk->sk_receive_queue); in manage_oob() 2834 skb = skb_peek_next(skb, &sk->sk_receive_queue); in manage_oob() 2859 skb = skb_peek_next(skb, &sk->sk_receive_queue); in manage_oob() 3024 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic() 3100 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic() 3337 next_skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_ioctl()
|
| /linux/net/rxrpc/ |
| H A D | recvmsg.c | 375 skb = skb_peek_next(skb, &call->recvmsg_queue); in rxrpc_recvmsg_data()
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 1660 skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list() 1700 next_skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 507 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
|
| /linux/net/vmw_vsock/ |
| H A D | virtio_transport_common.c | 464 while ((skb = skb_peek_next(skb, queue)) && in virtio_transport_collapse_size()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 2223 static inline struct sk_buff *skb_peek_next(struct sk_buff *skb, in skb_peek_next() function
|
| /linux/net/core/ |
| H A D | neighbour.c | 363 struct sk_buff *skb_next = skb_peek_next(skb, list); in pneigh_queue_purge()
|