Searched refs:gact (Results 1 – 2 of 2) sorted by relevance
25 switch (gact->tk_offset) { in gate_get_time()42 now = gate_get_time(gact); in gate_get_start_time()78 next = gact->next_entry; in gate_timer_func()85 gact->current_close_time = ktime_add_ns(gact->current_close_time, in gate_timer_func()140 if (gact->current_entry_octets > gact->current_max_octets) { in tcf_gate_act()378 gact = to_gate(*a); in tcf_gate_init()387 p = &gact->param; in tcf_gate_init()449 gate_setup_timer(gact, gact->param.tcfg_basetime, in tcf_gate_init()450 gact->tk_offset, gact->param.tcfg_clockid, in tcf_gate_init()461 p = &gact->param; in tcf_gate_cleanup()[all …]
30 return gact->tcf_action; in gact_net_rand()31 return gact->tcfg_paction; in gact_net_rand()39 if (pack % gact->tcfg_pval) in gact_determ()40 return gact->tcf_action; in gact_determ()41 return gact->tcfg_paction; in gact_determ()63 struct tcf_gact *gact; in tcf_gact_init() local123 gact = to_gact(*a); in tcf_gact_init()125 spin_lock_bh(&gact->tcf_lock); in tcf_gact_init()191 .index = gact->tcf_index, in tcf_gact_dump()202 if (gact->tcfg_ptype) { in tcf_gact_dump()[all …]
Completed in 8 milliseconds