Searched refs:skb_peek_next (Results 1 – 6 of 6) sorted by relevance
254 skb = skb_peek_next(skb, &call->recvmsg_queue); in rxrpc_recvmsg_data()
811 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_count_nr_fds()2723 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()2810 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()
502 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
1782 skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()1822 next_skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
2094 static inline struct sk_buff *skb_peek_next(struct sk_buff *skb, in skb_peek_next() function
355 struct sk_buff *skb_next = skb_peek_next(skb, list); in pneigh_queue_purge()