Home
last modified time | relevance | path

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

/openbmc/linux/net/smc/
H A Dsmc_rx.h24 int smc_rx_wait(struct smc_sock *smc, long *timeo, size_t peeked,
26 static inline int smc_rx_data_available(struct smc_connection *conn, size_t peeked) in smc_rx_data_available() argument
28 return atomic_read(&conn->bytes_to_rcv) - peeked; in smc_rx_data_available()
H A Dsmc_rx.c241 static int smc_rx_data_available_and_no_splice_pend(struct smc_connection *conn, size_t peeked) in smc_rx_data_available_and_no_splice_pend() argument
243 return smc_rx_data_available(conn, peeked) && in smc_rx_data_available_and_no_splice_pend()
256 int smc_rx_wait(struct smc_sock *smc, long *timeo, size_t peeked, in smc_rx_wait() argument
266 if (fcrit(conn, peeked)) in smc_rx_wait()
275 fcrit(conn, peeked), in smc_rx_wait()
326 static bool smc_rx_recvmsg_data_available(struct smc_sock *smc, size_t peeked) in smc_rx_recvmsg_data_available() argument
330 if (smc_rx_data_available(conn, peeked)) in smc_rx_recvmsg_data_available()
/openbmc/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()
/openbmc/linux/net/core/
H 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()
H A Dskbuff.c1436 n->peeked = 0; in __skb_clone()
/openbmc/linux/Documentation/admin-guide/
H A Dsyscall-user-dispatch.rst76 Additionally, a tasks syscall user dispatch configuration can be peeked
/openbmc/linux/net/tls/
H A Dtls_sw.c1966 ssize_t peeked = 0; in tls_sw_recvmsg() local
2115 peeked += chunk; in tls_sw_recvmsg()
2156 err = process_rx_list(ctx, msg, &control, copied + peeked, in tls_sw_recvmsg()
2157 decrypted - peeked, is_peek, NULL); in tls_sw_recvmsg()
/openbmc/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()
/openbmc/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst728 but I also peeked at the existing code.
/openbmc/linux/include/linux/
H A Dskbuff.h913 peeked:1, member