Searched refs:snd_wnd (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_output.c66 if (!before(tp->snd_una+tp->snd_wnd, tp->snd_nxt))
69 return tp->snd_una+tp->snd_wnd;
707 if (after(TCP_SKB_CB(next_skb)->end_seq, tp->snd_una+tp->snd_wnd))
829 if (!before(TCP_SKB_CB(skb)->seq, tp->snd_una+tp->snd_wnd)
1196 tp->snd_wnd = 0;
1380 before(TCP_SKB_CB(skb)->seq, tp->snd_una+tp->snd_wnd)) {
1383 int seg_size = tp->snd_una+tp->snd_wnd-TCP_SKB_CB(skb)->seq;
H A Dtcp_timer.c128 (!tp->snd_wnd && !tp->packets_out))
314 if (tp->snd_wnd == 0 && !sk->dead &&
H A Dtcp_input.c1830 if (!after(TCP_SKB_CB(tp->send_head)->end_seq, tp->snd_una + tp->snd_wnd)) {
1862 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd));
1880 if (tp->snd_wnd != nwin) {
1881 tp->snd_wnd = nwin;
2986 if (after(TCP_SKB_CB(skb)->end_seq, tp->snd_una + tp->snd_wnd) ||
3231 /* pred_flags is 0xS?10 << 16 + snd_wnd
3523 tp->snd_wnd = ntohs(th->window);
3553 __tcp_fast_path_on(tp, tp->snd_wnd);
3631 tp->snd_wnd = ntohs(th->window);
3633 tp->max_window = tp->snd_wnd;
[all...]
H A Dtcp_minisocks.c770 newtp->snd_wnd = ntohs(skb->h.th->window) << newtp->snd_wscale;
771 newtp->max_window = newtp->snd_wnd;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h929 static __inline__ void __tcp_fast_path_on(struct tcp_opt *tp, u32 snd_wnd) argument
933 snd_wnd);
938 __tcp_fast_path_on(tp, tp->snd_wnd>>tp->snd_wscale);
1211 !after(TCP_SKB_CB(skb)->end_seq, tp->snd_una + tp->snd_wnd));
H A Dsock.h253 * 0x5?10 << 16 + snd_wnd in net byte order
293 __u32 snd_wnd; /* The window we expect to receive */ member in struct:tcp_opt
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h930 static __inline__ void __tcp_fast_path_on(struct tcp_opt *tp, u32 snd_wnd) argument
934 snd_wnd);
939 __tcp_fast_path_on(tp, tp->snd_wnd>>tp->snd_wscale);
1212 !after(TCP_SKB_CB(skb)->end_seq, tp->snd_una + tp->snd_wnd));
H A Dsock.h305 * 0x5?10 << 16 + snd_wnd in net byte order
345 __u32 snd_wnd; /* The window we expect to receive */ member in struct:tcp_opt

Completed in 81 milliseconds