Home
last modified time | relevance | path

Searched refs:peeked (Results 1 – 10 of 10) sorted by relevance

/linux/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()
/linux/net/core/
H A Ddatagram.c141 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 Dskbuff.c1593 n->peeked = 0; in __skb_clone()
/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst76 Additionally, a tasks syscall user dispatch configuration can be peeked
/linux/net/tls/
H A Dtls_sw.c1966 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 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()
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst728 but I also peeked at the existing code.
/linux/include/linux/
H A Dskbuff.h939 peeked:1, member