Home
last modified time | relevance | path

Searched refs:tcx_entry_is_active (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/net/sched/
Dsch_ingress.c125 if (!tcx_entry_is_active(entry)) { in ingress_destroy()
305 if (!tcx_entry_is_active(ingress_entry)) { in clsact_destroy()
313 if (!tcx_entry_is_active(egress_entry)) { in clsact_destroy()
/Linux-v6.6/kernel/bpf/
Dtcx.c81 if (!tcx_entry_is_active(entry_new)) in tcx_prog_detach()
188 if (!tcx_entry_is_active(entry_new)) in tcx_link_release()
/Linux-v6.6/include/net/
Dtcx.h139 static inline bool tcx_entry_is_active(struct bpf_mprog_entry *entry) in tcx_entry_is_active() function