Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dsch_ingress.c125 if (!tcx_entry_is_active(entry)) { in ingress_destroy()
306 if (!tcx_entry_is_active(ingress_entry)) { in clsact_destroy()
314 if (!tcx_entry_is_active(egress_entry)) { in clsact_destroy()
/linux-6.12.1/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-6.12.1/include/net/
Dtcx.h140 static inline bool tcx_entry_is_active(struct bpf_mprog_entry *entry) in tcx_entry_is_active() function