Home
last modified time | relevance | path

Searched refs:TCP_REPAIR_OFF_NO_WP (Results 1 – 7 of 7) sorted by last modified time

/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()
/linux/net/ipv4/
H A Dtcp.c3577 } else if (val == TCP_REPAIR_OFF_NO_WP) { in do_tcp_setsockopt()
/linux/include/uapi/linux/
H A Dtcp.h142 #define TCP_REPAIR_OFF_NO_WP -1 /* Turn off without window probes */ macro
/linux/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c356 val = TCP_REPAIR_OFF_NO_WP; in get_rcv_nxt()
H A Dicmps-discard.c356 val = TCP_REPAIR_OFF_NO_WP; in get_rcv_nxt()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c244 int val = TCP_REPAIR_OFF_NO_WP; in test_disable_repair()
/linux/tools/include/uapi/linux/
H A Dtcp.h135 #define TCP_REPAIR_OFF_NO_WP -1 /* Turn off without window probes */ macro