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