Lines Matching refs:tcp_rate_set

295 rl_add_syctl_entries(struct sysctl_oid *rl_sysctl_root, struct tcp_rate_set *rs)  in rl_add_syctl_entries()
403 struct tcp_rate_set *rs; in rs_destroy()
406 rs = __containerof(ctx, struct tcp_rate_set, rs_epoch_ctx); in rs_destroy()
438 rs_defer_destroy(struct tcp_rate_set *rs) in rs_defer_destroy()
490 populate_canned_table(struct tcp_rate_set *rs, const uint64_t *rate_table_act) in populate_canned_table()
522 static struct tcp_rate_set *
525 struct tcp_rate_set *rs; in rt_setup_new_rs()
548 rs = malloc(sizeof(struct tcp_rate_set), M_TCPPACE, M_NOWAIT | M_ZERO); in rt_setup_new_rs()
563 memset(rs, 0, sizeof(struct tcp_rate_set)); in rt_setup_new_rs()
584 memset(rs, 0, sizeof(struct tcp_rate_set)); in rt_setup_new_rs()
775 tcp_int_find_suitable_rate(const volatile struct tcp_rate_set *rs, in tcp_int_find_suitable_rate()
948 tcp_find_suitable_rate(const volatile struct tcp_rate_set *rs, uint64_t bytes_per_sec, uint32_t fla… in tcp_find_suitable_rate()
1125 static __noinline struct tcp_rate_set *
1128 struct tcp_rate_set *rs; in find_rs_for_ifp()
1154 volatile struct tcp_rate_set *rs; in rt_setup_rate()
1248 struct tcp_rate_set *rs; in tcp_rl_ifnet_link()
1276 struct tcp_rate_set *rs; in tcp_rl_ifnet_departure()
1310 struct tcp_rate_set *rs, *nrs; in tcp_rl_shutdown()
1405 const struct tcp_rate_set *rs; in tcp_chg_pacing_rate()
1491 struct tcp_rate_set *lrs; in tcp_chg_pacing_rate()
1495 lrs = __DECONST(struct tcp_rate_set *, rs); in tcp_chg_pacing_rate()
1532 const struct tcp_rate_set *crs; in tcp_rel_pacing_rate()
1533 struct tcp_rate_set *rs; in tcp_rel_pacing_rate()
1544 rs = __DECONST(struct tcp_rate_set *, crs); in tcp_rel_pacing_rate()
1746 struct tcp_rate_set *rs; in tcp_hw_highest_rate_ifp()