Searched refs:peeked (Results 1 – 10 of 10) sorted by relevance
/linux/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()
|
/linux/net/core/ |
H A D | datagram.c | 141 if (skb->peeked) in skb_set_peeked() 161 skb->peeked = 1; in skb_set_peeked() 185 (_off || skb->peeked)) { in __skb_try_recv_from_queue()
|
H A D | skbuff.c | 1593 n->peeked = 0; in __skb_clone()
|
/linux/Documentation/admin-guide/ |
H A D | syscall-user-dispatch.rst | 76 Additionally, a tasks syscall user dispatch configuration can be peeked
|
/linux/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() 2155 err = process_rx_list(ctx, msg, &control, copied + peeked, in tls_sw_recvmsg() 2156 decrypted - peeked, is_peek, NULL); in tls_sw_recvmsg()
|
/linux/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()
|
/linux/Documentation/driver-api/mtd/ |
H A D | nand_ecc.rst | 728 but I also peeked at the existing code.
|
/linux/include/linux/ |
H A D | skbuff.h | 939 peeked:1, member
|