Searched refs:snt_isn (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/net/ipv4/ |
D | tcp_minisocks.c | 691 newtp->snd_nxt = req->snt_isn + 1; in tcp_create_openreq_child() 692 newtp->snd_una = req->snt_isn + 1; in tcp_create_openreq_child() 693 newtp->snd_sml = req->snt_isn + 1; in tcp_create_openreq_child() 697 tcp_init_wl(newtp, req->snt_isn, req->rcv_isn); in tcp_create_openreq_child() 728 newtp->write_seq = req->snt_isn + 1; in tcp_create_openreq_child() 907 (TCP_SKB_CB(skb)->ack_seq != req->snt_isn+1)) in tcp_check_req()
|
D | syncookies.c | 138 req->snt_isn = cookie; in cookie_v4_check()
|
D | tcp_ipv4.c | 1069 if (seq != req->snt_isn) { in tcp_v4_err() 1262 tcp_v4_send_ack(skb, req->snt_isn+1, req->rcv_isn+1, req->rcv_wnd, in tcp_v4_or_send_ack() 1515 req->snt_isn = isn; in tcp_v4_conn_request()
|
D | tcp_output.c | 1150 TCP_SKB_CB(skb)->seq = req->snt_isn; in tcp_make_synack()
|
/linux-2.4.37.9/net/ipv6/ |
D | tcp_ipv6.c | 824 if (seq != req->snt_isn) { in tcp_v6_err() 1110 tcp_v6_send_ack(skb, req->snt_isn+1, req->rcv_isn+1, req->rcv_wnd, req->ts_recent); in tcp_v6_or_send_ack() 1229 req->snt_isn = isn; in tcp_v6_conn_request()
|
/linux-2.4.37.9/include/net/ |
D | tcp.h | 530 __u32 snt_isn; member
|