Searched refs:tcp_get_cookie_sock (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| A D | syncookies.c | 199 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb, in tcp_get_cookie_sock() function 229 EXPORT_SYMBOL(tcp_get_cookie_sock); 442 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst, tsoff); in cookie_v4_check()
|
| /linux/net/ipv6/ |
| A D | syncookies.c | 258 ret = tcp_get_cookie_sock(sk, skb, req, dst, tsoff); in cookie_v6_check()
|
| /linux/include/net/ |
| A D | tcp.h | 476 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb,
|
Completed in 11 milliseconds