Searched refs:tcp_check_req (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_minisocks.c | 570 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function 815 EXPORT_SYMBOL(tcp_check_req);
|
D | tcp_ipv4.c | 2006 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv()
|
D | tcp_input.c | 6377 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) in tcp_rcv_state_process()
|
/kernel/linux/linux-5.10/include/net/ |
D | tcp.h | 374 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | tcp_ipv6.c | 1673 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv()
|