Home
last modified time | relevance | path

Searched refs:drop_ack (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c62 bool drop_ack;
71 .drop_ack = false,
79 .drop_ack = true,
87 .drop_ack = true,
95 .drop_ack = true,
103 .drop_ack = false,
111 .drop_ack = true,
119 .drop_ack = true,
127 .drop_ack = true,
190 static int drop_ack(struc in drop_ack()
57 bool drop_ack; global() member
185 static int drop_ack(struct migrate_reuseport_test_case *test_case, drop_ack() function
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_migrate_reuseport.c45 int drop_ack(struct xdp_md *xdp) in drop_ack() function