tcp_ao_ignore_icmp
bool tcp_ao_ignore_icmp(const struct sock *sk, int family, int type, int code);
tcp_ao_ignore_icmp(sk, AF_INET, type, code);
if (tcp_ao_ignore_icmp(sk, AF_INET, type, code)) {
tcp_ao_ignore_icmp(sk, AF_INET6, type, code);
if (tcp_ao_ignore_icmp(sk, AF_INET6, type, code)) {