Searched refs:tcp_v6_send_ack (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv6/ |
D | tcp_ipv6.c | 1033 static void tcp_v6_send_ack(struct sk_buff *skb, u32 seq, u32 ack, u32 win, u32 ts) in tcp_v6_send_ack() function 1102 tcp_v6_send_ack(skb, tw->snd_nxt, tw->rcv_nxt, in tcp_v6_timewait_ack() 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()
|