Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtcx.h16 u32 miniq_active; member
135 tcx_entry(entry)->miniq_active++; in tcx_miniq_inc()
141 tcx_entry(entry)->miniq_active--; in tcx_miniq_dec()
147 return bpf_mprog_total(entry) || tcx_entry(entry)->miniq_active; in tcx_entry_is_active()
/openbmc/linux/kernel/bpf/
H A Dtcx.c106 active = tcx_entry(entry)->miniq_active; in tcx_uninstall()