Searched refs:tcx_entry_is_active (Results 1 – 3 of 3) sorted by relevance
125 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()
81 if (!tcx_entry_is_active(entry_new)) in tcx_prog_detach()188 if (!tcx_entry_is_active(entry_new)) in tcx_link_release()
144 static inline bool tcx_entry_is_active(struct bpf_mprog_entry *entry) in tcx_entry_is_active() function