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