Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_minisocks.c570 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function
818 EXPORT_SYMBOL(tcp_check_req);
Dtcp_ipv4.c2045 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv()
Dtcp_input.c6424 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) in tcp_rcv_state_process()
/Linux-v5.15/include/net/
Dtcp.h386 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
/Linux-v5.15/net/ipv6/
Dtcp_ipv6.c1703 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv()