Searched refs:tcp_check_req (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/ipv4/ |
D | tcp_minisocks.c | 558 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function 791 EXPORT_SYMBOL(tcp_check_req);
|
D | tcp_ipv4.c | 1354 nsk = tcp_check_req(sk, skb, req, false); in tcp_v4_hnd_req()
|
D | tcp_input.c | 5765 if (!tcp_check_req(sk, skb, req, true)) in tcp_rcv_state_process()
|
/linux-4.1.27/include/net/ |
D | tcp.h | 410 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 952 nsk = tcp_check_req(sk, skb, req, false); in tcp_v6_hnd_req()
|