Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h135 #define TCP_REPAIR_OFF_NO_WP -1 /* Turn off without window probes */ macro
/openbmc/linux/include/uapi/linux/
H A Dtcp.h135 #define TCP_REPAIR_OFF_NO_WP -1 /* Turn off without window probes */ macro
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c22 #define TCP_REPAIR_OFF_NO_WP -1 /* Turn off without window probes */ macro
47 repair = TCP_REPAIR_OFF_NO_WP; in connected_socket_v4()
/openbmc/linux/net/ipv4/
H A Dtcp.c3582 } else if (val == TCP_REPAIR_OFF_NO_WP) { in do_tcp_setsockopt()