Searched refs:skb_peek_next (Results 1 – 5 of 5) sorted by relevance
800 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_count_nr_fds()2802 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()2888 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()
1773 skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()1813 next_skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
2058 static inline struct sk_buff *skb_peek_next(struct sk_buff *skb, in skb_peek_next() function
344 struct sk_buff *skb_next = skb_peek_next(skb, list); in pneigh_queue_purge()