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 166 /* for TCP_INFO socket option */
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | tso.py | 32 info = sock.getsockopt(socket.SOL_TCP, socket.TCP_INFO, 512)
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 105 #define TCP_INFO 11 /* Information about this connection. */ macro 179 /* for TCP_INFO socket option */
|
/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() 162 fprintf(stderr, "Error fetching TCP_INFO\n"); in tcp_info_get_rcv_mss()
|
/linux/net/mptcp/ |
H A D | sockopt.c | 1400 case TCP_INFO: in mptcp_getsockopt_sol_tcp()
|
/linux/net/ipv4/ |
H A D | tcp.c | 4437 case TCP_INFO: { in do_tcp_getsockopt()
|