Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireguard/
A Dqueueing.h90 skb->peeked = 0; in wg_reset_packet()
148 if (queue->peeked) in wg_prev_queue_peek()
149 return queue->peeked; in wg_prev_queue_peek()
150 queue->peeked = wg_prev_queue_dequeue(queue); in wg_prev_queue_peek()
151 return queue->peeked; in wg_prev_queue_peek()
157 queue->peeked = NULL; in wg_prev_queue_drop_peeked()
A Ddevice.h35 struct sk_buff *head, *tail, *peeked; member
A Dqueueing.c56 queue->peeked = NULL; in wg_prev_queue_init()
/linux-6.3-rc2/net/core/
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()
A Dskbuff.c1344 n->peeked = 0; in __skb_clone()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/
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-6.3-rc2/Documentation/driver-api/mtd/
A Dnand_ecc.rst728 but I also peeked at the existing code.
/linux-6.3-rc2/include/linux/
A Dskbuff.h926 peeked:1, member

Completed in 32 milliseconds