Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsiftr.c291 static struct thread *siftr_pkt_manager_thr = NULL; variable
1256 if (action == SIFTR_ENABLE && siftr_pkt_manager_thr == NULL) { in siftr_manage_ops()
1271 &siftr_pkt_manager_thr, RFNOWAIT, 0, in siftr_manage_ops()
1288 } else if (action == SIFTR_DISABLE && siftr_pkt_manager_thr != NULL) { in siftr_manage_ops()
1311 mtx_sleep(siftr_pkt_manager_thr, &siftr_pkt_mgr_mtx, PWAIT, in siftr_manage_ops()
1314 siftr_pkt_manager_thr = NULL; in siftr_manage_ops()