Home
last modified time | relevance | path

Searched refs:tcp_get_cookie_sock (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv4/
Dsyncookies.c218 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb, in tcp_get_cookie_sock() function
237 EXPORT_SYMBOL(tcp_get_cookie_sock);
397 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst); in cookie_v4_check()
/linux-4.4.14/net/ipv6/
Dsyncookies.c247 ret = tcp_get_cookie_sock(sk, skb, req, dst); in cookie_v6_check()
/linux-4.4.14/include/net/
Dtcp.h477 struct sock *tcp_get_cookie_sock(struct sock *sk, struct sk_buff *skb,