Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_ratelimit.c1088 struct tcp_hwrate_limit_table *decon_rte; in rl_increment_using() local
1090 decon_rte = __DECONST(struct tcp_hwrate_limit_table *, rte); in rl_increment_using()
1091 atomic_add_long(&decon_rte->using, 1); in rl_increment_using()
1097 struct tcp_hwrate_limit_table *decon_rte; in rl_decrement_using() local
1099 decon_rte = __DECONST(struct tcp_hwrate_limit_table *, rte); in rl_decrement_using()
1100 atomic_subtract_long(&decon_rte->using, 1); in rl_decrement_using()
1106 struct tcp_hwrate_limit_table *decon_rte; in tcp_rl_log_enobuf() local
1108 decon_rte = __DECONST(struct tcp_hwrate_limit_table *, rte); in tcp_rl_log_enobuf()
1109 atomic_add_long(&decon_rte->rs_num_enobufs, 1); in tcp_rl_log_enobuf()