Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/tcp_stacks/
H A Dtailq_hash.h37 tqhash_next(struct tailq_hash *hs, struct rack_sendmap *rsm);
66 (var) = tqhash_next((head), (var)))
71 (var) = tqhash_next((head), (var)))
H A Dtailq_hash.c189 tqhash_next(struct tailq_hash *hs, struct rack_sendmap *rsm) in tqhash_next() function
234 hs->rsm_min = tqhash_next(hs, rsm); in tqhash_remove()
H A Drack.c4826 rsm = tqhash_next(rack->r_ctl.tqh, rsm);
4852 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_in_gp_window()
4873 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_mark_in_gp_win()
4878 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_mark_in_gp_win()
5440 nrsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_do_goodput_measurement()
9437 next = tqhash_next(rack->r_ctl.tqh, rsm); in tcp_rack_xmit_timer_commit()
9565 rsm = tqhash_next(rack->r_ctl.tqh, next); in rack_update_rtt()
9619 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_update_rtt()
9623 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_update_rtt()
9632 rsm = tqhash_next(rac in rack_update_rtt()
[all...]