Searched refs:tcp_get_cookie_sock (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | syncookies.c | 193 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb, in tcp_get_cookie_sock() function 223 EXPORT_SYMBOL(tcp_get_cookie_sock); 443 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst, tsoff); in cookie_v4_check()
|
/openbmc/linux/net/ipv6/ |
H A D | syncookies.c | 261 ret = tcp_get_cookie_sock(sk, skb, req, dst, tsoff); in cookie_v6_check()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 484 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb,
|