Searched refs:siftr_exit_pkt_manager_thread (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsiftr.c271 static volatile unsigned int siftr_exit_pkt_manager_thread = 0; variable
617 * If siftr_exit_pkt_manager_thread gets set during the window
621 * siftr_exit_pkt_manager_thread has been set to ensure
624 * siftr_exit_pkt_manager_thread is set only after the pfil
628 if (siftr_exit_pkt_manager_thread)
1259 siftr_exit_pkt_manager_thread = 0;
1291 siftr_exit_pkt_manager_thread = 1;
1295 * siftr_exit_pkt_manager_thread == 1 and exits gracefully.

Completed in 48 milliseconds