Searched refs:skb_peek (Results 101 - 123 of 123) sorted by relevance

12345

/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2925 first_frag = skb_peek(&rx_tid->rx_frags);
3178 first_frag = skb_peek(&rx_tid->rx_frags);
/linux-master/include/linux/
H A Dskbuff.h2083 * skb_peek - peek at the head of an &sk_buff_head
2095 static inline struct sk_buff *skb_peek(const struct sk_buff_head *list_) function
2108 * Like skb_peek(), but the caller knows that the list is not empty.
2403 struct sk_buff *skb = skb_peek(list);
/linux-master/net/mptcp/
H A Dprotocol.c656 skb = skb_peek(&ssk->sk_receive_queue);
2144 skb = skb_peek(&msk->receive_queue);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c451 skb = skb_peek(skbq);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c1267 p_head = skb_peek(queue);
/linux-master/net/atm/
H A Dlec.c479 if (skb_peek(&sk_atm(vcc)->sk_receive_queue))
/linux-master/drivers/atm/
H A Deni.c1407 txing = skb_peek(&eni_vcc->tx->backlog) || eni_vcc->txing;
/linux-master/drivers/s390/net/
H A Dctcm_mpc.c1245 if (skb == skb_peek(&ch->io_queue))
H A Dqeth_core_main.c4035 struct sk_buff *prev_skb = skb_peek(&buffer->skb_list);
/linux-master/include/net/
H A Dtcp.h2026 return skb_peek(&sk->sk_write_queue);
/linux-master/net/tls/
H A Dtls_sw.c1793 struct sk_buff *skb = skb_peek(&ctx->rx_list);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c3311 first_frag = skb_peek(&rx_tid->rx_frags);
3537 first_frag = skb_peek(&rx_tid->rx_frags);
/linux-master/net/ipv4/
H A Dtcp_input.c5563 skb_peek(&sk->sk_receive_queue),
5803 struct sk_buff *skb = skb_peek(&sk->sk_receive_queue);
H A Dudp.c1635 while ((skb = skb_peek(rcvq)) != NULL) {
/linux-master/net/sctp/
H A Dsocket.c4925 skb = skb_peek(&sk->sk_receive_queue);
9037 skb = skb_peek(&sk->sk_receive_queue);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1753 while ((skb = skb_peek(&q->sendq)) != NULL) {
/linux-master/net/tipc/
H A Dnode.c1629 struct tipc_msg *hdr = buf_msg(skb_peek(list));
/linux-master/net/core/
H A Dneighbour.c360 skb = skb_peek(list);
H A Dskbuff.c5323 if (skb && (skb_next = skb_peek(q))) {
/linux-master/net/packet/
H A Daf_packet.c4235 skb = skb_peek(&sk->sk_receive_queue);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2955 while ((skb = skb_peek(&q->sendq)) != NULL && !q->full) {
/linux-master/net/xfrm/
H A Dxfrm_policy.c2873 skb = skb_peek(&pq->hold_queue);
/linux-master/net/mac80211/
H A Dtx.c1758 skb = skb_peek(skbs);

Completed in 1022 milliseconds

12345