Searched refs:tcp_get_cookie_sock (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | syncookies.c | 205 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb, in tcp_get_cookie_sock() function 225 EXPORT_SYMBOL(tcp_get_cookie_sock); 398 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst, tsoff); in cookie_v4_check()
|
/Linux-v4.19/net/ipv6/ |
D | syncookies.c | 257 ret = tcp_get_cookie_sock(sk, skb, req, dst, tsoff); in cookie_v6_check()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 452 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb,
|