Home
last modified time | relevance | path

Searched refs:accept_icmps (Results 1 – 7 of 7) 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.h466 static inline int test_set_ao_flags(int sk, bool ao_required, bool accept_icmps) in test_set_ao_flags() argument
477 ao.accept_icmps = !!accept_icmps; in test_set_ao_flags()
H A Dsock.c309 if (a->accept_icmps != b->accept_icmps) { in test_cmp_getsockopt_setsockopt_ao()
/linux/net/ipv4/
H A Dtcp_ao.c98 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()
/linux/include/uapi/linux/
H A Dtcp.h419 accept_icmps :1, /* in/out: accept incoming ICMPs */ member