Home
last modified time | relevance | path

Searched refs:TCP_REPAIR_ON (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h133 #define TCP_REPAIR_ON 1 macro
/openbmc/linux/include/uapi/linux/
H A Dtcp.h133 #define TCP_REPAIR_ON 1 macro
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c21 #define TCP_REPAIR_ON 1 macro
38 repair = TCP_REPAIR_ON; in connected_socket_v4()
/openbmc/linux/net/ipv4/
H A Dtcp.c3574 else if (val == TCP_REPAIR_ON) { in do_tcp_setsockopt()