Home
last modified time | relevance | path

Searched refs:TCP_INFO (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c34 err = getsockopt(fd, SOL_TCP, TCP_INFO, &info, &optlen); in wait_for_ack()
/linux/tools/include/uapi/linux/
H A Dtcp.h102 #define TCP_INFO 11 /* Information about this connection. */ macro
166 /* for TCP_INFO socket option */
/linux/tools/testing/selftests/drivers/net/hw/
H A Dtso.py32 info = sock.getsockopt(socket.SOL_TCP, socket.TCP_INFO, 512)
/linux/include/uapi/linux/
H A Dtcp.h105 #define TCP_INFO 11 /* Information about this connection. */ macro
179 /* for TCP_INFO socket option */
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c161 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 Dsockopt.c1400 case TCP_INFO: in mptcp_getsockopt_sol_tcp()
/linux/net/ipv4/
H A Dtcp.c4437 case TCP_INFO: { in do_tcp_getsockopt()