Searched refs:accept_icmps (Results 1 – 7 of 7) sorted by relevance
109 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()
109 bool accept_icmps = false; in server_fn() local114 accept_icmps = true; in server_fn()117 if (test_set_ao_flags(lsk, false, accept_icmps)) in server_fn()
52 __cmp_ao(accept_icmps); in test_vefify_ao_info()529 info.accept_icmps = 1; in test_einval_ao_info()
466 static inline int test_set_ao_flags(int sk, bool ao_required, bool accept_icmps) in test_set_ao_flags() argument477 ao.accept_icmps = !!accept_icmps; in test_set_ao_flags()
309 if (a->accept_icmps != b->accept_icmps) { in test_cmp_getsockopt_setsockopt_ao()
98 if (ao && !ao->accept_icmps) { in tcp_ao_ignore_icmp()1213 new_ao->accept_icmps = ao->accept_icmps; in tcp_ao_copy_all_matching()2027 ao_info->accept_icmps = cmd.accept_icmps; in tcp_ao_info_cmd()2351 out.accept_icmps = ao->accept_icmps; in tcp_ao_get_sock_info()
419 accept_icmps :1, /* in/out: accept incoming ICMPs */ member