Searched refs:req_stolen (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | tcp_minisocks.c | 604 bool fastopen, bool *req_stolen) in tcp_check_req() argument 819 *req_stolen = !own_req; in tcp_check_req() 848 *req_stolen = !unlinked; in tcp_check_req()
|
H A D | tcp_ipv4.c | 2052 bool req_stolen = false; in tcp_v4_rcv() local 2093 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v4_rcv() 2099 if (req_stolen) { in tcp_v4_rcv()
|
H A D | tcp_input.c | 6658 bool req_stolen; in tcp_rcv_state_process() local 6663 if (!tcp_check_req(sk, skb, req, true, &req_stolen)) { in tcp_rcv_state_process()
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 1632 bool req_stolen = false; in tcp_v6_rcv() local 1670 nsk = tcp_check_req(sk, skb, req, false, &req_stolen); in tcp_v6_rcv() 1676 if (req_stolen) { in tcp_v6_rcv()
|