Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dqueueing.h92 skb->peeked = 0; in wg_reset_packet()
147 if (queue->peeked) in wg_prev_queue_peek()
148 return queue->peeked; in wg_prev_queue_peek()
149 queue->peeked = wg_prev_queue_dequeue(queue); in wg_prev_queue_peek()
150 return queue->peeked; in wg_prev_queue_peek()
156 queue->peeked = NULL; in wg_prev_queue_drop_peeked()
H A Ddevice.h35 struct sk_buff *head, *tail, *peeked; member
H A Dqueueing.c57 queue->peeked = NULL; in wg_prev_queue_init()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dqueueing.h90 skb->peeked = 0; in wg_reset_packet()
145 if (queue->peeked) in wg_prev_queue_peek()
146 return queue->peeked; in wg_prev_queue_peek()
147 queue->peeked = wg_prev_queue_dequeue(queue); in wg_prev_queue_peek()
148 return queue->peeked; in wg_prev_queue_peek()
154 queue->peeked = NULL; in wg_prev_queue_drop_peeked()
H A Ddevice.h35 struct sk_buff *head, *tail, *peeked; member
H A Dqueueing.c57 queue->peeked = NULL; in wg_prev_queue_init()
/kernel/linux/linux-5.10/net/core/
H A Ddatagram.c142 if (skb->peeked) in skb_set_peeked()
162 skb->peeked = 1; in skb_set_peeked()
186 (_off || skb->peeked)) { in __skb_try_recv_from_queue()
215 * @last: set to last peeked message to inform the wait function
H A Dskbuff.c1003 n->peeked = 0; in __skb_clone()
/kernel/linux/linux-6.6/net/core/
H A Ddatagram.c140 if (skb->peeked) in skb_set_peeked()
160 skb->peeked = 1; in skb_set_peeked()
184 (_off || skb->peeked)) { in __skb_try_recv_from_queue()
213 * @last: set to last peeked message to inform the wait function
H A Dskbuff.c1436 n->peeked = 0; in __skb_clone()
/kernel/linux/linux-6.6/net/tls/
H A Dtls_sw.c1966 ssize_t peeked = 0; in tls_sw_recvmsg() local
2115 peeked += chunk; in tls_sw_recvmsg()
2156 err = process_rx_list(ctx, msg, &control, copied + peeked, in tls_sw_recvmsg()
2157 decrypted - peeked, is_peek, NULL); in tls_sw_recvmsg()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c312 return skb->peeked || in is_sg_request()
563 if (skb->peeked || skb->len > MAX_IMM_ULPTX_WR_LEN) in is_ofld_imm()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c312 return skb->peeked || in is_sg_request()
563 if (skb->peeked || skb->len > MAX_IMM_ULPTX_WR_LEN) in is_ofld_imm()
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h653 * @peeked: this packet has been seen already, so stats have been
788 peeked:1, member
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h771 * @peeked: this packet has been seen already, so stats have been
918 peeked:1, member

Completed in 43 milliseconds