Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c31 err = getsockopt(fd, SOL_TCP, TCP_INFO, &info, &optlen); in wait_for_ack()
/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h102 #define TCP_INFO 11 /* Information about this connection. */ macro
/openbmc/linux/include/uapi/linux/
H A Dtcp.h102 #define TCP_INFO 11 /* Information about this connection. */ macro
/openbmc/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()
/openbmc/linux/net/mptcp/
H A Dsockopt.c1352 case TCP_INFO: in mptcp_getsockopt_sol_tcp()
/openbmc/linux/net/ipv4/
H A Dtcp.c4053 case TCP_INFO: { in do_tcp_getsockopt()