Searched refs:TCP_REPAIR (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_basic.c | 12 #define TCP_REPAIR 19 /* TCP sock is under repair right now */ macro 32 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4() 41 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_basic.c | 19 #define TCP_REPAIR 19 /* TCP sock is under repair right now */ macro 39 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4() 40 if (!ASSERT_OK(err, "setsockopt(TCP_REPAIR)")) in connected_socket_v4() 48 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4() 49 if (!ASSERT_OK(err, "setsockopt(TCP_REPAIR)")) in connected_socket_v4()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 109 #define TCP_REPAIR 19 /* TCP sock is under repair right now */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 109 #define TCP_REPAIR 19 /* TCP sock is under repair right now */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 109 #define TCP_REPAIR 19 /* TCP sock is under repair right now */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 76 #define TCP_REPAIR 19 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 109 #define TCP_REPAIR 19 /* TCP sock is under repair right now */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 76 #define TCP_REPAIR 19 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 81 #define TCP_REPAIR 19 macro
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 3315 case TCP_REPAIR: in do_tcp_setsockopt() 3916 case TCP_REPAIR: in do_tcp_getsockopt()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 3543 case TCP_REPAIR: in do_tcp_setsockopt() 4105 case TCP_REPAIR: in do_tcp_getsockopt()
|
Completed in 18 milliseconds