Searched refs:treq (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | syncookies.c | 160 struct tcp_request_sock *treq; in cookie_v6_check() local 198 treq = tcp_rsk(req); in cookie_v6_check() 199 treq->tfo_listener = false; in cookie_v6_check() 230 treq->snt_synack = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsecr : 0; in cookie_v6_check() 231 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v6_check() 232 treq->snt_isn = cookie; in cookie_v6_check()
|
/linux-4.1.27/net/ipv4/ |
D | syncookies.c | 296 struct tcp_request_sock *treq; in cookie_v4_check() local 334 treq = tcp_rsk(req); in cookie_v4_check() 335 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check() 336 treq->snt_isn = cookie; in cookie_v4_check() 348 treq->snt_synack = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsecr : 0; in cookie_v4_check() 349 treq->tfo_listener = false; in cookie_v4_check()
|
D | tcp_minisocks.c | 444 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child() local 452 newtp->rcv_nxt = treq->rcv_isn + 1; in tcp_create_openreq_child() 455 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child() 460 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child() 473 newtp->lsndtime = treq->snt_synack; in tcp_create_openreq_child() 487 newtp->write_seq = newtp->pushed_seq = treq->snt_isn + 1; in tcp_create_openreq_child()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | pci.c | 1364 void *treq, *tresp = NULL; in ath10k_pci_hif_exchange_bmi_msg() local 1375 treq = kmemdup(req, req_len, GFP_KERNEL); in ath10k_pci_hif_exchange_bmi_msg() 1376 if (!treq) in ath10k_pci_hif_exchange_bmi_msg() 1379 req_paddr = dma_map_single(ar->dev, treq, req_len, DMA_TO_DEVICE); in ath10k_pci_hif_exchange_bmi_msg() 1440 kfree(treq); in ath10k_pci_hif_exchange_bmi_msg()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | gadget.c | 2143 struct s3c_hsotg_req *req, *treq; in kill_all_requests() local 2148 list_for_each_entry_safe(req, treq, &ep->queue, queue) in kill_all_requests() 2802 struct s3c_hsotg_req *req, *treq; in on_list() local 2804 list_for_each_entry_safe(req, treq, &ep->queue, queue) { in on_list()
|