Searched refs:tcp_check_req (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/net/ipv4/ |
D | tcp_minisocks.c | 568 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function 762 EXPORT_SYMBOL(tcp_check_req);
|
D | tcp_ipv4.c | 1541 return tcp_check_req(sk, skb, req, prev); in tcp_v4_hnd_req()
|
/linux-3.3/include/net/ |
D | tcp.h | 386 extern struct sock * tcp_check_req(struct sock *sk,struct sk_buff *skb,
|
/linux-3.3/net/ipv6/ |
D | tcp_ipv6.c | 1136 return tcp_check_req(sk, skb, req, prev); in tcp_v6_hnd_req()
|