Symbol: tcp_inq
net/ipv4/tcp.c
1825
return tcp_inq(sock->sk);
net/ipv4/tcp.c
2210
int inq = tcp_inq(sk);
net/ipv4/tcp.c
651
answ = tcp_inq(sk);
net/ipv4/tcp_bpf.c
361
*karg += tcp_inq(sk);
net/tls/tls_device.c
810
sock_data = tcp_inq(sk);
net/tls/tls_device.c
869
if (tcp_inq(sk) > rxm->full_len) {
net/tls/tls_strp.c
492
if (unlikely(tcp_inq(strp->sk) < strp->stm.full_len)) {
net/tls/tls_strp.c
516
inq = tcp_inq(strp->sk);
net/tls/tls_sw.c
1714
if (done - *flushed_at < SZ_128K && tcp_inq(sk) > max_rec)
tools/testing/selftests/net/mptcp/mptcp_connect.c
106
static struct tcp_inq_state tcp_inq;
tools/testing/selftests/net/mptcp/mptcp_connect.c
1261
if (cmsg->tcp_inq)
tools/testing/selftests/net/mptcp/mptcp_connect.c
1285
cfg_cmsg_types.tcp_inq = 1;
tools/testing/selftests/net/mptcp/mptcp_connect.c
510
if (cfg_cmsg_types.tcp_inq) {
tools/testing/selftests/net/mptcp/mptcp_connect.c
516
tcp_inq.last = inq;
tools/testing/selftests/net/mptcp/mptcp_connect.c
534
unsigned int last_hint = tcp_inq.last;
tools/testing/selftests/net/mptcp/mptcp_connect.c
538
if (ret == 0 && tcp_inq.expect_eof)
tools/testing/selftests/net/mptcp/mptcp_connect.c
541
if (ret == 0 && cfg_cmsg_types.tcp_inq)
tools/testing/selftests/net/mptcp/mptcp_connect.c
548
if (tcp_inq.expect_eof)
tools/testing/selftests/net/mptcp/mptcp_connect.c
550
last_hint, tcp_inq.last);
tools/testing/selftests/net/mptcp/mptcp_connect.c
562
if (cfg_cmsg_types.tcp_inq) {
tools/testing/selftests/net/mptcp/mptcp_connect.c
568
ret, (unsigned int)len, last_hint, tcp_inq.last, next);
tools/testing/selftests/net/mptcp/mptcp_connect.c
570
tcp_inq.expect_eof = true;
tools/testing/selftests/net/mptcp/mptcp_connect.c
86
unsigned int tcp_inq:1;
tools/testing/selftests/net/mptcp/mptcp_inq.c
338
unsigned int tcp_inq;
tools/testing/selftests/net/mptcp/mptcp_inq.c
390
get_tcp_inq(&msg, &tcp_inq);
tools/testing/selftests/net/mptcp/mptcp_inq.c
392
assert((size_t)tcp_inq == (expect_len - 1));
tools/testing/selftests/net/mptcp/mptcp_inq.c
400
assert(ret == (ssize_t)tcp_inq);
tools/testing/selftests/net/mptcp/mptcp_inq.c
403
get_tcp_inq(&msg, &tcp_inq);
tools/testing/selftests/net/mptcp/mptcp_inq.c
404
assert(tcp_inq == 0);
tools/testing/selftests/net/mptcp/mptcp_inq.c
426
get_tcp_inq(&msg, &tcp_inq);
tools/testing/selftests/net/mptcp/mptcp_inq.c
428
if (tcp_inq > expect_len - tot)
tools/testing/selftests/net/mptcp/mptcp_inq.c
430
tcp_inq, expect_len - tot, (int)expect_len);
tools/testing/selftests/net/mptcp/mptcp_inq.c
432
assert(tcp_inq <= expect_len - tot);
tools/testing/selftests/net/mptcp/mptcp_inq.c
451
get_tcp_inq(&msg, &tcp_inq);
tools/testing/selftests/net/mptcp/mptcp_inq.c
454
assert(tcp_inq == 1);
tools/testing/selftests/net/mptcp/mptcp_inq.c
463
get_tcp_inq(&msg, &tcp_inq);
tools/testing/selftests/net/mptcp/mptcp_inq.c
464
assert(tcp_inq == 1);