Searched refs:tcp_inq (Results 1 – 10 of 10) sorted by relevance
338 unsigned int tcp_inq; in process_one_client() local390 get_tcp_inq(&msg, &tcp_inq); in process_one_client()392 assert((size_t)tcp_inq == (expect_len - 1)); in process_one_client()400 assert(ret == (ssize_t)tcp_inq); in process_one_client()403 get_tcp_inq(&msg, &tcp_inq); in process_one_client()404 assert(tcp_inq == 0); in process_one_client()426 get_tcp_inq(&msg, &tcp_inq); in process_one_client()428 if (tcp_inq > expect_len - tot) in process_one_client()430 tcp_inq, expect_len - tot, (int)expect_len); in process_one_client()432 assert(tcp_inq <= expect_len - tot); in process_one_client()[all …]
86 unsigned int tcp_inq:1; member106 static struct tcp_inq_state tcp_inq; variable512 if (cfg_cmsg_types.tcp_inq) { in process_cmsg()518 tcp_inq.last = inq; in process_cmsg()536 unsigned int last_hint = tcp_inq.last; in do_recvmsg_cmsg()540 if (ret == 0 && tcp_inq.expect_eof) in do_recvmsg_cmsg()543 if (ret == 0 && cfg_cmsg_types.tcp_inq) in do_recvmsg_cmsg()550 if (tcp_inq.expect_eof) in do_recvmsg_cmsg()552 last_hint, tcp_inq.last); in do_recvmsg_cmsg()564 if (cfg_cmsg_types.tcp_inq) { in do_recvmsg_cmsg()[all …]
48 tcp_inq
170 tcp_inq \241 $(OUTPUT)/tcp_inq: LDLIBS += -lpthread
493 if (unlikely(tcp_inq(strp->sk) < strp->stm.full_len)) { in tls_strp_msg_load()517 inq = tcp_inq(strp->sk); in tls_strp_read_sock()
811 sock_data = tcp_inq(sk); in tls_device_rx_resync_new_rec()870 if (tcp_inq(sk) > rxm->full_len) { in tls_device_core_ctrl_rx_resync()
1730 if (done - *flushed_at < SZ_128K && tcp_inq(sk) > max_rec) in tls_read_flush_backlog()
361 *karg += tcp_inq(sk); in tcp_bpf_ioctl()
651 answ = tcp_inq(sk); in tcp_ioctl()1825 return tcp_inq(sock->sk); in tcp_peek_len()2210 int inq = tcp_inq(sk); in tcp_zerocopy_receive()
2745 static inline int tcp_inq(struct sock *sk) in tcp_inq() function