Searched refs:test_set_ao_flags (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | unsigned-md5.c | 61 if (set_ao_required && test_set_ao_flags(lsk, true, false)) in try_accept() 330 int err = test_set_ao_flags(sk, true, 0); in try_add_key_vrf()
|
H A D | icmps-accept.c | 117 if (test_set_ao_flags(lsk, false, accept_icmps)) in server_fn()
|
H A D | icmps-discard.c | 117 if (test_set_ao_flags(lsk, false, accept_icmps)) in server_fn()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | aolib.h | 465 static inline int test_set_ao_flags(int sk, bool ao_required, bool accept_icmps) in test_set_ao_flags() function
|