Home
last modified time | relevance | path

Searched refs:maxseg (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/netinet/
H A Dtcp_sack.c543 tcp_sack_update_lostseq(struct scoreboard *scb, tcp_seq snd_una, u_int maxseg, in tcp_sack_update_lostseq() argument
552 rxtthresh_bytes = (rxtthresh - 1) * maxseg; in tcp_sack_update_lostseq()
554 rxtthresh_bytes = rxtthresh * maxseg; in tcp_sack_update_lostseq()
783 u_int maxseg) in tcp_sack_revert_scoreboard() argument
H A Dtcp_var.h710 u_int maxseg, int rxtthresh);
713 u_int maxseg);