Searched refs:tcp_check_req (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | tcp_minisocks.c | 660 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function 922 EXPORT_IPV6_MOD(tcp_check_req);
|
| H A D | tcp_ipv4.c | 2283 nsk = tcp_check_req(sk, skb, req, false, &req_stolen,
|
| H A D | tcp_input.c | 6839 if (!tcp_check_req(sk, skb, req, true, &req_stolen, &reason)) in tcp_rcv_state_process()
|
| /linux-6.15/net/ipv6/ |
| H A D | tcp_ipv6.c | 1839 nsk = tcp_check_req(sk, skb, req, false, &req_stolen,
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 431 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
|