Searched refs:tcp_ao_ignore_icmp (Results 1 - 4 of 4) sorted by last modified time

/linux-master/net/ipv4/
H A Dtcp_ipv4.c505 tcp_ao_ignore_icmp(sk, AF_INET, type, code);
519 if (tcp_ao_ignore_icmp(sk, AF_INET, type, code)) {
H A Dtcp_ao.c50 bool tcp_ao_ignore_icmp(const struct sock *sk, int family, int type, int code) function
/linux-master/net/ipv6/
H A Dtcp_ipv6.c401 tcp_ao_ignore_icmp(sk, AF_INET6, type, code);
412 if (tcp_ao_ignore_icmp(sk, AF_INET6, type, code)) {
/linux-master/include/net/
H A Dtcp_ao.h226 bool tcp_ao_ignore_icmp(const struct sock *sk, int family, int type, int code);
309 static inline bool tcp_ao_ignore_icmp(const struct sock *sk, int family, function

Completed in 313 milliseconds