Searched refs:peeked (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | queueing.h | 92 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 D | device.h | 35 struct sk_buff *head, *tail, *peeked; member
|
H A D | queueing.c | 57 queue->peeked = NULL; in wg_prev_queue_init()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | queueing.h | 90 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 D | device.h | 35 struct sk_buff *head, *tail, *peeked; member
|
H A D | queueing.c | 57 queue->peeked = NULL; in wg_prev_queue_init()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | datagram.c | 142 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 D | skbuff.c | 1003 n->peeked = 0; in __skb_clone()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | datagram.c | 140 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 D | skbuff.c | 1436 n->peeked = 0; in __skb_clone()
|
/kernel/linux/linux-6.6/net/tls/ |
H A D | tls_sw.c | 1966 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 D | chtls_io.c | 312 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 D | chtls_io.c | 312 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 D | skbuff.h | 653 * @peeked: this packet has been seen already, so stats have been 788 peeked:1, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 771 * @peeked: this packet has been seen already, so stats have been 918 peeked:1, member
|
Completed in 43 milliseconds