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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h363 DN_DELETE_FS = 0x0008, /* destroy flowset */ enumerator in enum:__anon15413
H A Dip_dummynet.c740 * DN_DELETE_FS destroys the flowset (otherwise goes in unlinked).
745 if (flags & DN_DELETE_FS)
749 (flags & DN_DELETE_FS) ? "DEL_FS":"",
770 if (flags & DN_DELETE_FS) {
783 * DN_DELETE_FS: DN_DESTROY + destroy flowset
784 * DN_DELETE_FS implies DN_DESTROY
816 fsk_detach(fs, DN_DETACH | DN_DELETE_FS);
892 * or DN_DELETE_FS (delete queues and flowsets, delete schk)
903 a&DN_DELETE_FS ? "DEL_FS":"");
1976 (void *)(uintptr_t)DN_DELETE_FS);
[all...]

Completed in 111 milliseconds