Searched refs:EACTION_DEBUG (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_eaction.c | 101 #define EACTION_DEBUG(fmt, ...) do { \ 105 #define EACTION_DEBUG(fmt, ...) macro 125 EACTION_DEBUG("opcode %d, arg1 %d", cmd->opcode, cmd->arg1); in eaction_classify() 153 EACTION_DEBUG("name %s, uidx %u, type %u", ntlv->name, in eaction_findbyname() 171 EACTION_DEBUG("kidx %u", idx); in eaction_findbykidx() 211 EACTION_DEBUG("External action with typename " in create_eaction_obj() 218 EACTION_DEBUG("alloc_idx failed"); in create_eaction_obj() 312 EACTION_DEBUG("External actions support initialized"); in ipfw_eaction_init() 331 EACTION_DEBUG("External actions support uninitialized"); in ipfw_eaction_uninit() 347 EACTION_DEBUG("Registered external action '%s' with id %u", in ipfw_add_eaction() [all …]
|