Searched refs:accept_icmps (Results 1 – 8 of 8) sorted by relevance
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()
50 __cmp_ao(accept_icmps); in test_vefify_ao_info()527 info.accept_icmps = 1; in test_einval_ao_info()
465 static inline int test_set_ao_flags(int sk, bool ao_required, bool accept_icmps) in test_set_ao_flags() argument476 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()1212 new_ao->accept_icmps = ao->accept_icmps; in tcp_ao_copy_all_matching()2025 ao_info->accept_icmps = cmd.accept_icmps; in tcp_ao_info_cmd()2347 out.accept_icmps = ao->accept_icmps; in tcp_ao_get_sock_info()
419 accept_icmps :1, /* in/out: accept incoming ICMPs */ member
109 accept_icmps :1, member
Completed in 24 milliseconds