Searched refs:TCP_REPAIR_QUEUE (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | repair.c | 48 if (setsockopt(sk, SOL_TCP, TCP_REPAIR_QUEUE, &queue, sizeof(queue))) in test_sock_checkpoint_queue() 129 if (setsockopt(sk, SOL_TCP, TCP_REPAIR_QUEUE, &queue, sizeof(queue))) in test_sock_restore_seq() 144 if (setsockopt(sk, SOL_TCP, TCP_REPAIR_QUEUE, &queue, sizeof(queue))) in test_sock_restore_queue()
|
/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 110 #define TCP_REPAIR_QUEUE 20 macro
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 110 #define TCP_REPAIR_QUEUE 20 macro
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | icmps-accept.c | 352 if (setsockopt(sk, SOL_TCP, TCP_REPAIR_QUEUE, &val, sizeof(val))) in get_rcv_nxt() 353 test_error("setsockopt(TCP_REPAIR_QUEUE)"); in get_rcv_nxt()
|
H A D | icmps-discard.c | 352 if (setsockopt(sk, SOL_TCP, TCP_REPAIR_QUEUE, &val, sizeof(val))) in get_rcv_nxt()
|
/linux/net/ipv4/ |
H A D | tcp.c | 3857 case TCP_REPAIR_QUEUE: in do_tcp_setsockopt() 4448 case TCP_REPAIR_QUEUE: in do_tcp_getsockopt()
|