Searched refs:TCP_INFO (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tcp_rtt.c | 34 err = getsockopt(fd, SOL_TCP, TCP_INFO, &info, &optlen); in wait_for_ack()
|
| /linux/tools/include/uapi/linux/ |
| H A D | tcp.h | 102 #define TCP_INFO 11 /* Information about this connection. */ macro
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | repair.c | 77 ret = getsockopt(sk, SOL_TCP, TCP_INFO, &state->info, &len); in __test_sock_checkpoint()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | tso.py | 32 info = sock.getsockopt(socket.SOL_TCP, socket.TCP_INFO, 512)
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 161 if (getsockopt(fd, IPPROTO_TCP, TCP_INFO, &info, &sz)) { in tcp_info_get_rcv_mss()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 1404 case TCP_INFO: in mptcp_getsockopt_sol_tcp()
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 4509 case TCP_INFO: { in do_tcp_getsockopt()
|