Searched refs:decon_rte (Results 1 – 1 of 1) sorted by relevance
1088 struct tcp_hwrate_limit_table *decon_rte; in rl_increment_using() local1090 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() local1099 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() local1108 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()