Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dtcp_minisocks.c605 bool fastopen, bool *req_stolen) in tcp_check_req() argument
820 *req_stolen = !own_req; in tcp_check_req()
849 *req_stolen = !unlinked; in tcp_check_req()
Dtcp_ipv4.c2037 bool req_stolen = false; in tcp_v4_rcv() local
2078 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv()
2084 if (req_stolen) { in tcp_v4_rcv()
Dtcp_input.c6559 bool req_stolen; in tcp_rcv_state_process() local
6564 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) { in tcp_rcv_state_process()
/linux-6.6.21/net/ipv6/
Dtcp_ipv6.c1639 bool req_stolen = false; in tcp_v6_rcv() local
1677 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv()
1683 if (req_stolen) { in tcp_v6_rcv()