Searched refs:tcp_ao_copy_all_matching (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/include/net/ |
D | tcp_ao.h | 219 int tcp_ao_copy_all_matching(const struct sock *sk, struct sock *newsk,
|
/linux-6.8/net/ipv4/ |
D | tcp_ao.c | 1160 int tcp_ao_copy_all_matching(const struct sock *sk, struct sock *newsk, in tcp_ao_copy_all_matching() function
|
D | tcp_ipv4.c | 1809 if (tcp_ao_copy_all_matching(sk, newsk, req, skb, AF_INET))
|
/linux-6.8/net/ipv6/ |
D | tcp_ipv6.c | 1532 if (tcp_ao_copy_all_matching(sk, newsk, req, skb, AF_INET6))
|