Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/tc_act/
Dtc_gate.h52 #define to_gate(a) ((struct tcf_gate *)a) macro
67 tcfg_prio = to_gate(a)->param.tcfg_priority; in tcf_gate_prio()
76 tcfg_basetime = to_gate(a)->param.tcfg_basetime; in tcf_gate_basetime()
85 tcfg_cycletime = to_gate(a)->param.tcfg_cycletime; in tcf_gate_cycletime()
94 tcfg_cycletimeext = to_gate(a)->param.tcfg_cycletime_ext; in tcf_gate_cycletimeext()
103 num_entries = to_gate(a)->param.num_entries; in tcf_gate_num_entries()
117 p = &to_gate(a)->param; in tcf_gate_get_list()
/linux-5.19.10/net/sched/
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()