Searched refs:tcp_ao_ignore_icmp (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 401 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 D | tcp_ipv4.c | 517 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 D | tcp_ao.c | 51 bool tcp_ao_ignore_icmp(const struct sock *sk, int family, int type, int code) in tcp_ao_ignore_icmp() function
|