Searched refs:treq (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/net/ipv6/ |
| D | syncookies.c | 140 struct tcp_request_sock *treq; in cookie_v6_check() local 178 treq = tcp_rsk(req); in cookie_v6_check() 179 treq->tfo_listener = false; in cookie_v6_check() 210 treq->snt_synack.v64 = 0; in cookie_v6_check() 211 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v6_check() 212 treq->snt_isn = cookie; in cookie_v6_check()
|
| /linux-4.4.14/net/ipv4/ |
| D | syncookies.c | 299 struct tcp_request_sock *treq; in cookie_v4_check() local 337 treq = tcp_rsk(req); in cookie_v4_check() 338 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check() 339 treq->snt_isn = cookie; in cookie_v4_check() 351 treq->snt_synack.v64 = 0; in cookie_v4_check() 352 treq->tfo_listener = false; in cookie_v4_check()
|
| D | tcp_minisocks.c | 452 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child() local 460 newtp->rcv_nxt = treq->rcv_isn + 1; in tcp_create_openreq_child() 464 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child() 469 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child() 483 newtp->lsndtime = treq->snt_synack.stamp_jiffies; in tcp_create_openreq_child() 484 newsk->sk_txhash = treq->txhash; in tcp_create_openreq_child() 498 newtp->write_seq = newtp->pushed_seq = treq->snt_isn + 1; in tcp_create_openreq_child()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
| D | pci.c | 1712 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local 1723 treq = kmemdup(req, req_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg() 1724 if (!treq) in ath10k_pci_hif_exchange_bmi_msg() 1727 req_paddr = dma_map_single(ar->dev, treq, req_len, DMA_TO_DEVICE); in ath10k_pci_hif_exchange_bmi_msg() 1788 kfree(treq); in ath10k_pci_hif_exchange_bmi_msg()
|
| /linux-4.4.14/drivers/usb/dwc2/ |
| D | gadget.c | 2164 struct dwc2_hsotg_req *req, *treq; in kill_all_requests() local 2169 list_for_each_entry_safe(req, treq, &ep->queue, queue) in kill_all_requests() 2868 struct dwc2_hsotg_req *req, *treq; in on_list() local 2870 list_for_each_entry_safe(req, treq, &ep->queue, queue) { in on_list()
|