Searched refs:tcf_gate (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_gate.c | 21 static ktime_t gate_get_time(struct tcf_gate *gact) in gate_get_time() 35 static void gate_get_start_time(struct tcf_gate *gact, ktime_t *start) in gate_get_start_time() 55 static void gate_start_timer(struct tcf_gate *gact, ktime_t start) in gate_start_timer() 70 struct tcf_gate *gact = container_of(timer, struct tcf_gate, in gate_timer_func() 120 struct tcf_gate *gact = to_gate(a); in tcf_gate_act() 275 static void gate_setup_timer(struct tcf_gate *gact, u64 basetime, in gate_setup_timer() 309 struct tcf_gate *gact; in tcf_gate_init() 461 struct tcf_gate *gact = to_gate(a); in tcf_gate_cleanup() 504 struct tcf_gate *gac in tcf_gate_dump() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_gate.c | 21 static ktime_t gate_get_time(struct tcf_gate *gact) in gate_get_time() 35 static void gate_get_start_time(struct tcf_gate *gact, ktime_t *start) in gate_get_start_time() 55 static void gate_start_timer(struct tcf_gate *gact, ktime_t start) in gate_start_timer() 70 struct tcf_gate *gact = container_of(timer, struct tcf_gate, in gate_timer_func() 121 struct tcf_gate *gact = to_gate(a); in tcf_gate_act() 278 static void gate_setup_timer(struct tcf_gate *gact, u64 basetime, in gate_setup_timer() 312 struct tcf_gate *gact; in tcf_gate_init() 464 struct tcf_gate *gact = to_gate(a); in tcf_gate_cleanup() 507 struct tcf_gate *gac in tcf_gate_dump() [all...] |
/kernel/linux/linux-5.10/include/net/tc_act/ |
H A D | tc_gate.h | 40 struct tcf_gate { struct 52 #define to_gate(a) ((struct tcf_gate *)a)
|
/kernel/linux/linux-6.6/include/net/tc_act/ |
H A D | tc_gate.h | 40 struct tcf_gate { struct 52 #define to_gate(a) ((struct tcf_gate *)a)
|
Completed in 4 milliseconds