Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h909 #define IPFW_CTF_ATOMIC 0x01 /* Perform atomic operation */ macro
/f-stack/freebsd/netinet/
H A Dip_fw.h909 #define IPFW_CTF_ATOMIC 0x01 /* Perform atomic operation */ macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c385 if (vlimit != 0 && vidx >= vlimit && !(flags & IPFW_CTF_ATOMIC)) { in alloc_table_vidx()
H A Dip_fw_table.c681 if ((flags & IPFW_CTF_ATOMIC) == 0) in add_table_entry()
/f-stack/tools/ipfw/
H A Dtables.c917 ctlv->flags |= IPFW_CTF_ATOMIC; in table_do_modify_record()