Searched refs:treq (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/net/ipv6/ |
D | inet6_connection_sock.c | 60 struct inet6_request_sock *treq = inet6_rsk(req); in inet6_csk_route_req() local 68 ipv6_addr_copy(&fl6.daddr, &treq->rmt_addr); in inet6_csk_route_req() 70 ipv6_addr_copy(&fl6.saddr, &treq->loc_addr); in inet6_csk_route_req() 120 const struct inet6_request_sock *treq = inet6_rsk(req); in inet6_csk_search_req() local 124 ipv6_addr_equal(&treq->rmt_addr, raddr) && in inet6_csk_search_req() 125 ipv6_addr_equal(&treq->loc_addr, laddr) && in inet6_csk_search_req() 126 (!treq->iif || treq->iif == iif)) { in inet6_csk_search_req()
|
D | tcp_ipv6.c | 480 struct inet6_request_sock *treq = inet6_rsk(req); in tcp_v6_send_synack() local 491 ipv6_addr_copy(&fl6.daddr, &treq->rmt_addr); in tcp_v6_send_synack() 492 ipv6_addr_copy(&fl6.saddr, &treq->loc_addr); in tcp_v6_send_synack() 494 fl6.flowi6_oif = treq->iif; in tcp_v6_send_synack() 512 __tcp_v6_send_check(skb, &treq->loc_addr, &treq->rmt_addr); in tcp_v6_send_synack() 514 ipv6_addr_copy(&fl6.daddr, &treq->rmt_addr); in tcp_v6_send_synack() 1176 struct inet6_request_sock *treq; in tcp_v6_conn_request() local 1271 treq = inet6_rsk(req); in tcp_v6_conn_request() 1272 ipv6_addr_copy(&treq->rmt_addr, &ipv6_hdr(skb)->saddr); in tcp_v6_conn_request() 1273 ipv6_addr_copy(&treq->loc_addr, &ipv6_hdr(skb)->daddr); in tcp_v6_conn_request() [all …]
|
D | syncookies.c | 157 struct tcp_request_sock *treq; in cookie_v6_check() local 194 treq = tcp_rsk(req); in cookie_v6_check() 225 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v6_check() 226 treq->snt_isn = cookie; in cookie_v6_check()
|
/linux-2.6.39/net/ipv4/ |
D | syncookies.c | 270 struct tcp_request_sock *treq; in cookie_v4_check() local 305 treq = tcp_rsk(req); in cookie_v4_check() 306 treq->rcv_isn = ntohl(th->seq) - 1; in cookie_v4_check() 307 treq->snt_isn = cookie; in cookie_v4_check()
|
D | tcp_minisocks.c | 430 struct tcp_request_sock *treq = tcp_rsk(req); in tcp_create_openreq_child() local 464 newtp->rcv_nxt = treq->rcv_isn + 1; in tcp_create_openreq_child() 468 treq->snt_isn + 1 + tcp_s_data_size(oldtp); in tcp_create_openreq_child() 472 tcp_init_wl(newtp, treq->rcv_isn); in tcp_create_openreq_child() 502 treq->snt_isn + 1 + tcp_s_data_size(oldtp); in tcp_create_openreq_child()
|
/linux-2.6.39/drivers/usb/gadget/ |
D | s3c-hsotg.c | 1955 struct s3c_hsotg_req *req, *treq; in kill_all_requests() local 1960 list_for_each_entry_safe(req, treq, &ep->queue, queue) { in kill_all_requests() 2387 struct s3c_hsotg_req *req, *treq; in on_list() local 2389 list_for_each_entry_safe(req, treq, &ep->queue, queue) { in on_list()
|