Home
last modified time | relevance | path

Searched refs:tcp_ao_ignore_icmp (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv6/
H A Dtcp_ipv6.c401 tcp_ao_ignore_icmp(sk, AF_INET6, type, code); in tcp_v6_err()
412 if (tcp_ao_ignore_icmp(sk, AF_INET6, type, code)) { in tcp_v6_err()
/linux/net/ipv4/
H A Dtcp_ipv4.c517 tcp_ao_ignore_icmp(sk, AF_INET, type, code); in tcp_v4_err()
531 if (tcp_ao_ignore_icmp(sk, AF_INET, type, code)) { in tcp_v4_err()
H A Dtcp_ao.c51 bool tcp_ao_ignore_icmp(const struct sock *sk, int family, int type, int code) in tcp_ao_ignore_icmp() function