Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_minisocks.c570 bool fastopen, bool *req_stolen) in tcp_check_req() argument
777 *req_stolen = !own_req; in tcp_check_req()
Dtcp_ipv4.c1857 bool req_stolen = false; in tcp_v4_rcv() local
1884 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv()
1888 if (req_stolen) { in tcp_v4_rcv()
Dtcp_input.c6183 bool req_stolen; in tcp_rcv_state_process() local
6188 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) in tcp_rcv_state_process()
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c1527 bool req_stolen = false; in tcp_v6_rcv() local
1551 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv()
1555 if (req_stolen) { in tcp_v6_rcv()