Home
last modified time | relevance | path

Searched refs:TCP_MEM_LOOPS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_sysctl_loop1.c16 /* tcp_mem sysctl has only 3 ints, but this test is doing TCP_MEM_LOOPS */
17 #define TCP_MEM_LOOPS 28 /* because 30 doesn't fit into 512 bytes of stack */ macro
19 #define MAX_VALUE_STR_LEN (TCP_MEM_LOOPS * MAX_ULONG_STR_LEN)
44 unsigned long tcp_mem[TCP_MEM_LOOPS] = {}; in sysctl_tcp_mem()
H A Dtest_sysctl_loop2.c16 /* tcp_mem sysctl has only 3 ints, but this test is doing TCP_MEM_LOOPS */
17 #define TCP_MEM_LOOPS 20 /* because 30 doesn't fit into 512 bytes of stack */ macro
19 #define MAX_VALUE_STR_LEN (TCP_MEM_LOOPS * MAX_ULONG_STR_LEN)
45 unsigned long tcp_mem[TCP_MEM_LOOPS] = {}; in sysctl_tcp_mem()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sysctl_loop1.c16 /* tcp_mem sysctl has only 3 ints, but this test is doing TCP_MEM_LOOPS */
17 #define TCP_MEM_LOOPS 28 /* because 30 doesn't fit into 512 bytes of stack */ macro
19 #define MAX_VALUE_STR_LEN (TCP_MEM_LOOPS * MAX_ULONG_STR_LEN)
44 unsigned long tcp_mem[TCP_MEM_LOOPS] = {}; in sysctl_tcp_mem()
H A Dtest_sysctl_loop2.c16 /* tcp_mem sysctl has only 3 ints, but this test is doing TCP_MEM_LOOPS */
17 #define TCP_MEM_LOOPS 20 /* because 30 doesn't fit into 512 bytes of stack */ macro
19 #define MAX_VALUE_STR_LEN (TCP_MEM_LOOPS * MAX_ULONG_STR_LEN)
45 unsigned long tcp_mem[TCP_MEM_LOOPS] = {}; in sysctl_tcp_mem()

Completed in 2 milliseconds