Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dsch_ingress.c94 tcx_miniq_set_active(entry, true); in ingress_init()
124 tcx_miniq_set_active(entry, false); in ingress_destroy()
259 tcx_miniq_set_active(entry, true); in clsact_init()
278 tcx_miniq_set_active(entry, true); in clsact_init()
304 tcx_miniq_set_active(ingress_entry, false); in clsact_destroy()
312 tcx_miniq_set_active(egress_entry, false); in clsact_destroy()
/Linux-v6.6/include/net/
Dtcx.h132 static inline void tcx_miniq_set_active(struct bpf_mprog_entry *entry, in tcx_miniq_set_active() function