Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireguard/
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()
Ddevice.h35 struct sk_buff *head, *tail, *peeked; member
Dqueueing.c57 queue->peeked = NULL; in wg_prev_queue_init()
/Linux-v6.6/net/core/
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()
Dskbuff.c1436 n->peeked = 0; in __skb_clone()
/Linux-v6.6/Documentation/admin-guide/
Dsyscall-user-dispatch.rst76 Additionally, a tasks syscall user dispatch configuration can be peeked
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
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-v6.6/Documentation/driver-api/mtd/
Dnand_ecc.rst728 but I also peeked at the existing code.
/Linux-v6.6/include/linux/
Dskbuff.h918 peeked:1, member