Searched refs:EACTION_DEBUG (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_eaction.c | 98 #define EACTION_DEBUG(fmt, ...) do { \ 102 #define EACTION_DEBUG(fmt, ...) macro 122 EACTION_DEBUG("opcode %d, arg1 %d", cmd->opcode, cmd->arg1); in eaction_classify() 133 EACTION_DEBUG("opcode %d, arg1 -> %d", cmd->opcode, cmd->arg1); in eaction_update() 150 EACTION_DEBUG("name %s, uidx %u, type %u", ntlv->name, in eaction_findbyname() 168 EACTION_DEBUG("kidx %u", idx); in eaction_findbykidx() 208 EACTION_DEBUG("External action with typename " in create_eaction_obj() 215 EACTION_DEBUG("alloc_idx failed"); in create_eaction_obj() 267 EACTION_DEBUG("Going to replace id %u with %u", eaction_id, no->kidx); in reset_eaction_rules() 309 EACTION_DEBUG("External actions support initialized"); in ipfw_eaction_init() [all …]
|