Searched refs:skb_peek_next (Results 1 – 4 of 4) sorted by relevance
502 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
1603 skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()1660 next_skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
2288 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()2372 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()
1773 static inline struct sk_buff *skb_peek_next(struct sk_buff *skb, in skb_peek_next() function