beg_snd_nxt        80 net/ipv4/tcp_vegas.c 	vegas->beg_snd_nxt = tp->snd_nxt;
beg_snd_nxt       175 net/ipv4/tcp_vegas.c 	if (after(ack, vegas->beg_snd_nxt)) {
beg_snd_nxt       181 net/ipv4/tcp_vegas.c 		vegas->beg_snd_nxt  = tp->snd_nxt;
beg_snd_nxt        10 net/ipv4/tcp_vegas.h 	u32	beg_snd_nxt;	/* right edge during last RTT */
beg_snd_nxt       122 net/ipv4/tcp_yeah.c 	if (after(ack, yeah->vegas.beg_snd_nxt)) {
beg_snd_nxt       196 net/ipv4/tcp_yeah.c 		yeah->vegas.beg_snd_una  = yeah->vegas.beg_snd_nxt;
beg_snd_nxt       197 net/ipv4/tcp_yeah.c 		yeah->vegas.beg_snd_nxt  = tp->snd_nxt;