Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A 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()
/openbmc/linux/kernel/bpf/
H A 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()
/openbmc/linux/include/net/
H A Dtcx.h144 static inline bool tcx_entry_is_active(struct bpf_mprog_entry *entry) in tcx_entry_is_active() function