Home
last modified time | relevance | path

Searched refs:snd_max_rexmt (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/netinet/
HDtcp_var.h282 tcp_seq snd_max_rexmt; /* snd_max when rexmting snd_una */ member
HDtcp_output.c868 tp->snd_max_rexmt = tp->snd_max; in tcp_output()
HDtcp_input.c2205 tp->snd_max_rexmt = tp->snd_max; in tcp_input()