Searched refs:tqhash_next (Results 1 – 3 of 3) sorted by relevance
/freebsd/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 | 4803 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_clear_gp_marks() 4829 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_tend_gp_marks() 4850 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_tend_gp_marks() 4855 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_tend_gp_marks() 5417 nrsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_do_goodput_measurement() 9414 next = tqhash_next(rack->r_ctl.tqh, rsm); in rack_proc_sack_blk() 9542 rsm = tqhash_next(rack->r_ctl.tqh, next); in rack_proc_sack_blk() 9596 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_proc_sack_blk() 9600 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_proc_sack_blk() 9609 rsm = tqhash_next(rack->r_ctl.tqh, rsm); in rack_proc_sack_blk() [all …]
|