Searched refs:peeked (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/wireguard/
H A Dqueueing.h90 skb->peeked = 0;
145 if (queue->peeked)
146 return queue->peeked;
147 queue->peeked = wg_prev_queue_dequeue(queue);
148 return queue->peeked;
154 queue->peeked = NULL;
H A Ddevice.h35 struct sk_buff *head, *tail, *peeked; member in struct:prev_queue
H A Dqueueing.c57 queue->peeked = NULL;
/linux-master/net/core/
H A Ddatagram.c141 if (skb->peeked)
161 skb->peeked = 1;
185 (_off || skb->peeked)) {
214 * @last: set to last peeked message to inform the wait function
H A Dskbuff.c1587 n->peeked = 0;
/linux-master/net/tls/
H A Dtls_sw.c1966 ssize_t peeked = 0; local
2115 peeked += chunk;
2156 err = process_rx_list(ctx, msg, &control, copied + peeked,
2157 decrypted - peeked, is_peek, NULL);
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c312 return skb->peeked ||
563 if (skb->peeked || skb->len > MAX_IMM_ULPTX_WR_LEN)
/linux-master/include/linux/
H A Dskbuff.h785 * @peeked: this packet has been seen already, so stats have been
928 peeked:1, member in struct:sk_buff

Completed in 196 milliseconds