Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_value.c388 if (vlimit != 0 && vidx >= vlimit && !(flags & IPFW_CTF_ATOMIC)) { in alloc_table_vidx()
H A Dip_fw_table.c677 if ((flags & IPFW_CTF_ATOMIC) == 0) in add_table_entry()
/freebsd/sys/netinet/
H A Dip_fw.h1008 #define IPFW_CTF_ATOMIC 0x01 /* Perform atomic operation */ macro
/freebsd/sbin/ipfw/
H A Dtables.c924 ctlv->flags |= IPFW_CTF_ATOMIC; in table_do_modify_record()