Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h51 #define TCP_SYNCNT 7 macro
H A Dconnect4_prog.c120 if (bpf_setsockopt(ctx, SOL_TCP, TCP_SYNCNT, &one, sizeof(one))) in set_keepalive()
H A Dsetget_sockopt.c56 { .opt = TCP_SYNCNT, .new = 123, .expected = 123, .restore = 124, },
/linux/tools/include/uapi/linux/
H A Dtcp.h98 #define TCP_SYNCNT 7 /* Number of SYN retransmits */ macro
/linux/net/mptcp/
H A Dsockopt.c566 case TCP_SYNCNT: in mptcp_supported_sockopt()
/linux/net/core/
H A Dfilter.c5666 case TCP_SYNCNT: in sol_tcp_sockopt()