Home
last modified time | relevance | path

Searched refs:accept_icmps (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/net/tcp_ao/
H A Dicmps-accept.c109 bool accept_icmps = false; in server_fn() local
114 accept_icmps = true; in server_fn()
117 if (test_set_ao_flags(lsk, false, accept_icmps)) in server_fn()
H A Dicmps-discard.c109 bool accept_icmps = false; in server_fn() local
114 accept_icmps = true; in server_fn()
117 if (test_set_ao_flags(lsk, false, accept_icmps)) in server_fn()
H A Dsetsockopt-closed.c52 __cmp_ao(accept_icmps); in test_vefify_ao_info()
529 info.accept_icmps = 1; in test_einval_ao_info()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Daolib.h467 static inline int test_set_ao_flags(int sk, bool ao_required, bool accept_icmps) in test_set_ao_flags() argument
478 ao.accept_icmps = !!accept_icmps; in test_set_ao_flags()
H A Dsock.c380 if (a->accept_icmps != b->accept_icmps) { in test_cmp_getsockopt_setsockopt_ao()
/linux/net/ipv4/
H A Dtcp_ao.c99 if (ao && !ao->accept_icmps) { in tcp_ao_ignore_icmp()
1215 new_ao->accept_icmps = ao->accept_icmps; in tcp_ao_copy_all_matching()
2029 ao_info->accept_icmps = cmd.accept_icmps; in tcp_ao_info_cmd()
2353 out.accept_icmps = ao->accept_icmps; in tcp_ao_get_sock_info()