Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
A Dtc_gate.h52 #define to_gate(a) ((struct tcf_gate *)a) macro
72 tcfg_prio = to_gate(a)->param.tcfg_priority; in tcf_gate_prio()
81 tcfg_basetime = to_gate(a)->param.tcfg_basetime; in tcf_gate_basetime()
90 tcfg_cycletime = to_gate(a)->param.tcfg_cycletime; in tcf_gate_cycletime()
99 tcfg_cycletimeext = to_gate(a)->param.tcfg_cycletime_ext; in tcf_gate_cycletimeext()
108 num_entries = to_gate(a)->param.num_entries; in tcf_gate_num_entries()
122 p = &to_gate(a)->param; in tcf_gate_get_list()
/linux/net/sched/
A Dact_gate.c120 struct tcf_gate *gact = to_gate(a); in tcf_gate_act()
381 gact = to_gate(*a); in tcf_gate_init()
461 struct tcf_gate *gact = to_gate(a); in tcf_gate_cleanup()
504 struct tcf_gate *gact = to_gate(a); in tcf_gate_dump()
581 struct tcf_gate *gact = to_gate(a); in tcf_gate_stats_update()

Completed in 5 milliseconds