Searched refs:peeked (Results 1 – 9 of 9) sorted by relevance
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()
35 struct sk_buff *head, *tail, *peeked; member
57 queue->peeked = NULL; in wg_prev_queue_init()
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()
1503 n->peeked = 0; in __skb_clone()
76 Additionally, a tasks syscall user dispatch configuration can be peeked
2000 ssize_t peeked = 0; in tls_sw_recvmsg() local2149 peeked += chunk; in tls_sw_recvmsg()2189 err = process_rx_list(ctx, msg, &control, copied + peeked, in tls_sw_recvmsg()2190 decrypted - peeked, is_peek, NULL); in tls_sw_recvmsg()
312 return skb->peeked || in is_sg_request()563 if (skb->peeked || skb->len > MAX_IMM_ULPTX_WR_LEN) in is_ofld_imm()
728 but I also peeked at the existing code.