Searched refs:tcp_rate_set (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_ratelimit.c | 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() [all …]
|
H A D | tcp_ratelimit.h | 46 const struct tcp_rate_set *ptbl; /* Pointer to parent table */ 67 struct tcp_rate_set { struct 69 CK_LIST_ENTRY(tcp_rate_set) next; argument 84 CK_LIST_HEAD(head_tcp_rate_set, tcp_rate_set); argument
|