Searched refs:req_stolen (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_minisocks.c | 662 bool fastopen, bool *req_stolen) in tcp_check_req() argument 878 *req_stolen = !own_req; in tcp_check_req() 907 *req_stolen = !unlinked; in tcp_check_req()
|
H A D | tcp_ipv4.c | 2233 bool req_stolen = false; local 2274 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); 2280 if (req_stolen) {
|
H A D | tcp_input.c | 6810 bool req_stolen; in tcp_rcv_state_process() local 6815 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) { in tcp_rcv_state_process()
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 1797 bool req_stolen = false; local 1835 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); 1841 if (req_stolen) {
|