Searched refs:tqhash_next (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/netinet/tcp_stacks/ |
H A D | tailq_hash.h | 37 tqhash_next(struct tailq_hash *hs, struct rack_sendmap *rsm); 66 (var) = tqhash_next((head), (var))) 71 (var) = tqhash_next((head), (var)))
|
H A D | tailq_hash.c | 189 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 D | rack.c | 4826 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...] |