Searched refs:EACTION_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /src/sys/netpfil/ipfw/ |
| H A D | ip_fw_eaction.c | 100 #define EACTION_DEBUG(fmt, ...) do { \ 104 #define EACTION_DEBUG(fmt, ...) macro 129 EACTION_DEBUG("opcode %u, kidx %u", cmd0->opcode, cmd->kidx); in eaction_classify() 142 EACTION_DEBUG("opcode %u, kidx -> %u", cmd0->opcode, cmd->kidx); in eaction_update() 159 EACTION_DEBUG("name %s, uidx %u, type %u", ntlv->name, in eaction_findbyname() 177 EACTION_DEBUG("kidx %u", idx); in eaction_findbykidx() 217 EACTION_DEBUG("External action with typename " in create_eaction_obj() 224 EACTION_DEBUG("alloc_idx failed"); in create_eaction_obj() 276 EACTION_DEBUG("Going to replace id %u with %u", eaction_id, no->kidx); in reset_eaction_rules() 318 EACTION_DEBUG("External actions support initialized"); in ipfw_eaction_init() [all …]
|