Home
last modified time | relevance | path

Searched refs:skb_peek_next (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Drecvmsg.c254 skb = skb_peek_next(skb, &call->recvmsg_queue); in rxrpc_recvmsg_data()
/openbmc/linux/net/unix/
H A Daf_unix.c796 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_count_nr_fds()
2588 skb = skb_peek_next(skb, &sk->sk_receive_queue); in manage_oob()
2759 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()
2846 skb = skb_peek_next(skb, &sk->sk_receive_queue); in unix_stream_read_generic()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c502 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
/openbmc/linux/net/tls/
H A Dtls_sw.c1810 skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
1850 next_skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
/openbmc/linux/include/linux/
H A Dskbuff.h2089 static inline struct sk_buff *skb_peek_next(struct sk_buff *skb, in skb_peek_next() function
/openbmc/linux/net/core/
H A Dneighbour.c362 struct sk_buff *skb_next = skb_peek_next(skb, list); in pneigh_queue_purge()