Searched refs:tcp_check_req (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_minisocks.c | 602 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb, in tcp_check_req() function 850 EXPORT_SYMBOL(tcp_check_req); in tcp_check_req()
|
H A D | tcp_ipv4.c | 2093 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv()
|
H A D | tcp_input.c | 6669 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) { in tcp_rcv_state_process()
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 1670 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 388 struct sock *tcp_check_req(struct sock *sk, struct sk_buff *skb,
|