Home
last modified time | relevance | path

Searched refs:tcp_check_req (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/net/ipv4/
Dtcp_minisocks.c660 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function
911 EXPORT_SYMBOL(tcp_check_req);
Dtcp_ipv4.c2274 nsk = tcp_check_req(sk, skb, req, false, &req_stolen);
Dtcp_input.c6815 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) { in tcp_rcv_state_process()
/linux-6.14.4/net/ipv6/
Dtcp_ipv6.c1835 nsk = tcp_check_req(sk, skb, req, false, &req_stolen);
/linux-6.14.4/include/net/
Dtcp.h392 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,