• Home
  • Raw
  • Download

Lines Matching refs:DEBUGP

46 #define DEBUGP(x, args...)	fprintf(stderr, "%s: " x, __FUNCTION__, ## args)  macro
49 #define DEBUGP(x, args...) macro
782 DEBUGP("deleting rule %p (offset %u)\n", r, r->offset); in iptcc_delete_rule()
928 DEBUGP("entering..."); in cache_add_entry()
1184 DEBUGP("%s: chain_head %u, offset=%u\n", c->name, *num, *offset); in iptcc_compile_chain_offsets()
1194 DEBUGP("rule %u, offset=%u, index=%u\n", *num, *offset, *num); in iptcc_compile_chain_offsets()
1201 DEBUGP("%s; chain_foot %u, offset=%u, index=%u\n", c->name, *num, in iptcc_compile_chain_offsets()
1330 DEBUGP("valid_hooks=0x%08x, num_entries=%u, size=%u\n", in TC_INIT()
1461 DEBUGP(": no chains\n"); in TC_FIRST_CHAIN()
1468 DEBUGP(": returning `%s'\n", c->name); in TC_FIRST_CHAIN()
1481 DEBUGP(": no more chains\n"); in TC_NEXT_CHAIN()
1487 DEBUGP(": returning `%s'\n", c->name); in TC_NEXT_CHAIN()
1500 DEBUGP("first rule(%s): ", chain); in TC_FIRST_RULE()
1528 DEBUGP("rule_iterator_cur=%p...", handle->rule_iterator_cur); in TC_NEXT_RULE()
1598 DEBUGP("r=%p, jump=%p, name=`%s'\n", r, r->jump, r->jump->name); in TC_GET_TARGET()
1604 DEBUGP("r=%p, spos=%d'\n", r, spos); in TC_GET_TARGET()
1640 DEBUGP("called for chain %s\n", chain); in TC_GET_POLICY()
1709 DEBUGP("trying to find chain `%s': ", t->u.user.name); in iptcc_map_target()
1854 DEBUGP("unable to find chain `%s'\n", chain); in TC_APPEND_ENTRY()
1860 DEBUGP("unable to allocate rule for chain `%s'\n", chain); in TC_APPEND_ENTRY()
1869 DEBUGP("unable to map target of rule for chain `%s'\n", chain); in TC_APPEND_ENTRY()
1975 DEBUGP("unable to map target of rule for chain `%s'\n", chain); in delete_entry()
2238 DEBUGP("Chain `%s' already exists\n", chain); in TC_CREATE_CHAIN()
2244 DEBUGP("Chain name `%s' too long\n", chain); in TC_CREATE_CHAIN()
2251 DEBUGP("Cannot allocate memory for chain `%s'\n", chain); in TC_CREATE_CHAIN()
2258 DEBUGP("Creating chain `%s'\n", chain); in TC_CREATE_CHAIN()
2308 DEBUGP("cannot find chain `%s'\n", chain); in TC_DELETE_CHAIN()
2314 DEBUGP("cannot remove builtin chain `%s'\n", chain); in TC_DELETE_CHAIN()
2320 DEBUGP("cannot get references on chain `%s'\n", chain); in TC_DELETE_CHAIN()
2325 DEBUGP("chain `%s' still has references\n", chain); in TC_DELETE_CHAIN()
2331 DEBUGP("chain `%s' is not empty\n", chain); in TC_DELETE_CHAIN()
2347 DEBUGP("chain `%s' deleted\n", chain); in TC_DELETE_CHAIN()
2410 DEBUGP("cannot find chain `%s'\n", chain); in TC_SET_POLICY()
2416 DEBUGP("cannot set policy of userdefinedchain `%s'\n", chain); in TC_SET_POLICY()
2569 DEBUGP("num_entries=%u, size=%u, num_counters=%u\n", in TC_COMMIT()
2604 DEBUGP("counter for chain-index %u: ", c->foot_index); in TC_COMMIT()
2628 DEBUGP("counter for index %u: ", r->index); in TC_COMMIT()