Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsiftr.c274 static struct thread *siftr_pkt_manager_thr = NULL; variable
1126 if (action == SIFTR_ENABLE && siftr_pkt_manager_thr == NULL) { in siftr_manage_ops()
1141 &siftr_pkt_manager_thr, RFNOWAIT, 0, in siftr_manage_ops()
1157 } else if (action == SIFTR_DISABLE && siftr_pkt_manager_thr != NULL) { in siftr_manage_ops()
1180 mtx_sleep(siftr_pkt_manager_thr, &siftr_pkt_mgr_mtx, PWAIT, in siftr_manage_ops()
1183 siftr_pkt_manager_thr = NULL; in siftr_manage_ops()