Home
last modified time | relevance | path

Searched refs:req_stolen (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c572 bool fastopen, bool *req_stolen) in tcp_check_req() argument
785 *req_stolen = !own_req; in tcp_check_req()
811 *req_stolen = !unlinked; in tcp_check_req()
H A Dtcp_ipv4.c1985 bool req_stolen = false; in tcp_v4_rcv() local
2013 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv()
2017 if (req_stolen) { in tcp_v4_rcv()
H A Dtcp_input.c6430 bool req_stolen; in tcp_rcv_state_process() local
6435 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c1652 bool req_stolen = false; in tcp_v6_rcv() local
1676 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv()
1680 if (req_stolen) { in tcp_v6_rcv()