Searched refs:tcp_get_cookie_sock (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | syncookies.c | 196 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb, in tcp_get_cookie_sock() function 225 EXPORT_IPV6_MOD(tcp_get_cookie_sock); 486 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst); in cookie_v4_check()
|
| /linux-6.15/net/ipv6/ |
| H A D | syncookies.c | 268 ret = tcp_get_cookie_sock(sk, skb, req, dst); in cookie_v6_check()
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 527 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb,
|