Searched refs:skb_peek_next (Results 1 – 5 of 5) sorted by relevance
501 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
1675 skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()1732 next_skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
2409 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()2495 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()
1809 static inline struct sk_buff *skb_peek_next(struct sk_buff *skb, in skb_peek_next() function
303 struct sk_buff *skb_next = skb_peek_next(skb, list); in pneigh_queue_purge()