Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_gate.c21 static ktime_t gate_get_time(struct tcf_gate *gact) in gate_get_time()
37 static void gate_get_start_time(struct tcf_gate *gact, in gate_get_start_time()
58 static void gate_start_timer(struct tcf_gate *gact, ktime_t start) in gate_start_timer()
73 struct tcf_gate *gact = container_of(timer, struct tcf_gate, in gate_timer_func()
126 struct tcf_gate *gact = to_gate(a); in tcf_gate_act()
339 static void gate_setup_timer(struct tcf_gate *gact, s32 clockid, in gate_setup_timer()
366 struct tcf_gate *gact; in tcf_gate_init()
565 struct tcf_gate *gact = to_gate(a); in tcf_gate_cleanup()
609 struct tcf_gate *gact = to_gate(a); in tcf_gate_dump()
675 struct tcf_gate *gact = to_gate(a); in tcf_gate_stats_update()
[all …]
/linux/include/net/tc_act/
H A Dtc_gate.h41 struct tcf_gate { struct
53 #define to_gate(a) ((struct tcf_gate *)a) argument
57 struct tcf_gate *gact = to_gate(a); in tcf_gate_params_locked()