Home
last modified time | relevance | path

Searched refs:rcv_wup (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/include/linux/
Dtcp.h318 u32 rcv_wup; /* rcv_nxt on last window update sent */ member
/linux-3.4.99/net/ipv4/
Dtcp_input.c3724 if (tp->rx_opt.saw_tstamp && !after(seq, tp->rcv_wup)) { in tcp_replace_ts_recent()
4157 return !before(end_seq, tp->rcv_wup) && in tcp_sequence()
5091 if (((tp->rcv_nxt - tp->rcv_wup) > inet_csk(sk)->icsk_ack.rcv_mss && in __tcp_ack_snd_check()
5473 tp->rcv_nxt == tp->rcv_wup) in tcp_rcv_established()
5516 tp->rcv_nxt == tp->rcv_wup) in tcp_rcv_established()
5541 tp->rcv_nxt == tp->rcv_wup) in tcp_rcv_established()
5565 if (!copied_early || tp->rcv_nxt != tp->rcv_wup) in tcp_rcv_established()
5690 tp->rcv_wup = TCP_SKB_CB(skb)->seq + 1; in tcp_rcv_synsent_state_process()
5842 tp->rcv_wup = TCP_SKB_CB(skb)->seq + 1; in tcp_rcv_synsent_state_process()
Dtcp_minisocks.c465 newtp->rcv_wup = newtp->copied_seq = in tcp_create_openreq_child()
Dtcp_output.c277 tp->rcv_wup = tp->rcv_nxt; in tcp_select_window()
2635 tp->rcv_wup = 0; in tcp_connect_init()
Dtcp.c1212 tp->rcv_nxt - tp->rcv_wup > icsk->icsk_ack.rcv_mss || in tcp_cleanup_rbuf()
/linux-3.4.99/drivers/scsi/cxgbi/
Dlibcxgbi.h217 u32 rcv_wup; member
Dlibcxgbi.c1645 csk->rcv_wup, cdev->rx_credit_thres, in csk_return_rx_credits()
1651 credits = csk->copied_seq - csk->rcv_wup; in csk_return_rx_credits()
1659 csk->rcv_wup += cdev->csk_send_rx_credits(csk, credits); in csk_return_rx_credits()
/linux-3.4.99/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c504 csk->copied_seq = csk->rcv_wup = csk->rcv_nxt = rcv_isn; in do_act_establish()
506 csk->rcv_wup -= cxgb3i_rcv_win - (M_RCV_BUFSIZ << 10); in do_act_establish()
/linux-3.4.99/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c580 csk->copied_seq = csk->rcv_wup = csk->rcv_nxt = rcv_isn; in do_act_establish()
586 csk->rcv_wup -= cxgb4i_rcv_win - (RCV_BUFSIZ_MASK << 10); in do_act_establish()
/linux-3.4.99/include/net/
Dtcp.h600 s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt; in tcp_receive_window()