Searched refs:req_stolen (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/ipv4/ |
| D | tcp_minisocks.c | 587 bool fastopen, bool *req_stolen) in tcp_check_req() argument 799 *req_stolen = !own_req; in tcp_check_req() 828 *req_stolen = !unlinked; in tcp_check_req()
|
| D | tcp_ipv4.c | 1978 bool req_stolen = false; in tcp_v4_rcv() local 2019 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv() 2025 if (req_stolen) { in tcp_v4_rcv()
|
| D | tcp_input.c | 6505 bool req_stolen; in tcp_rcv_state_process() local 6510 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) { in tcp_rcv_state_process()
|
| /Linux-v6.1/net/ipv6/ |
| D | tcp_ipv6.c | 1645 bool req_stolen = false; in tcp_v6_rcv() local 1680 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv() 1686 if (req_stolen) { in tcp_v6_rcv()
|