Searched refs:tcp_check_req (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/net/ipv4/ |
H A D | tcp_minisocks.c | 571 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, tcp_check_req() function 801 EXPORT_SYMBOL(tcp_check_req); variable
|
H A D | tcp_ipv4.c | 1607 nsk = tcp_check_req(sk, skb, req, false); tcp_v4_rcv()
|
H A D | tcp_input.c | 5812 if (!tcp_check_req(sk, skb, req, true)) tcp_rcv_state_process()
|
/linux-4.4.14/net/ipv6/ |
H A D | tcp_ipv6.c | 1404 nsk = tcp_check_req(sk, skb, req, false); tcp_v6_rcv()
|
/linux-4.4.14/include/net/ |
H A D | tcp.h | 410 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
|
Completed in 212 milliseconds