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

/linux-master/include/net/tc_act/
H A Dtc_gate.h52 #define to_gate(a) ((struct tcf_gate *)a) macro
67 tcfg_prio = to_gate(a)->param.tcfg_priority;
76 tcfg_basetime = to_gate(a)->param.tcfg_basetime;
85 tcfg_cycletime = to_gate(a)->param.tcfg_cycletime;
94 tcfg_cycletimeext = to_gate(a)->param.tcfg_cycletime_ext;
103 num_entries = to_gate(a)->param.num_entries;
117 p = &to_gate(a)->param;
/linux-master/net/sched/
H A Dact_gate.c121 struct tcf_gate *gact = to_gate(a);
384 gact = to_gate(*a);
464 struct tcf_gate *gact = to_gate(a);
507 struct tcf_gate *gact = to_gate(a);
574 struct tcf_gate *gact = to_gate(a);

Completed in 73 milliseconds