Searched refs:BUGPRINT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/net/bridge/netfilter/
H A Debtables.c34 #define BUGPRINT(format, args...) printk("kernel msg: ebtables bug: please "\ macro
36 /* #define BUGPRINT(format, args...) */
265 BUGPRINT("RETURN on base chain"); ebt_do_table()
284 BUGPRINT("bogus standard verdict\n"); ebt_do_table()
297 BUGPRINT("jump to non-chain\n"); ebt_do_table()
455 BUGPRINT("EBT_ENTRY_OR_ENTRIES shouldn't be set " ebt_verify_pointers()
475 BUGPRINT("entries_size too small\n"); ebt_verify_pointers()
483 BUGPRINT("Valid hook without chain\n"); ebt_verify_pointers()
512 BUGPRINT("nentries does not equal the nr of entries " ebt_check_entry_size_and_hooks()
521 BUGPRINT("bad policy\n"); ebt_check_entry_size_and_hooks()
528 BUGPRINT("counter_offset != totalcnt"); ebt_check_entry_size_and_hooks()
539 BUGPRINT("entry offsets not in right order\n"); ebt_check_entry_size_and_hooks()
544 BUGPRINT("target size too small\n"); ebt_check_entry_size_and_hooks()
669 BUGPRINT("Unknown flag for bitmask\n"); ebt_check_entry()
673 BUGPRINT("Unknown flag for inv bitmask\n"); ebt_check_entry()
677 BUGPRINT("NOPROTO & 802_3 not allowed\n"); ebt_check_entry()
728 BUGPRINT("Standard target size too big\n"); ebt_check_entry()
734 BUGPRINT("Invalid standard target\n"); ebt_check_entry()
796 BUGPRINT("Standard target size too big\n"); check_chainloops()
808 BUGPRINT("bad destination\n"); check_chainloops()
812 BUGPRINT("loop\n"); check_chainloops()
848 BUGPRINT("No valid hooks specified\n"); translate_table()
852 BUGPRINT("Chains don't start at beginning\n"); translate_table()
861 BUGPRINT("Hook order must be followed\n"); translate_table()
881 BUGPRINT("nentries does not equal the nr of entries in the " translate_table()
886 BUGPRINT("Total nentries is wrong\n"); translate_table()
919 BUGPRINT("i != udc_cnt\n");
1018 BUGPRINT("Wrong nr. of counters requested\n"); do_replace_finish()
1108 BUGPRINT("Wrong len argument\n"); do_replace()
1113 BUGPRINT("Entries_size never zero\n"); do_replace()
1140 BUGPRINT("Couldn't copy entries from userspace\n"); do_replace()
1167 BUGPRINT("Bad table data for ebt_register_table!!!\n"); ebt_register_table()
1208 BUGPRINT("Translate_table failed\n"); ebt_register_table()
1213 BUGPRINT("The table doesn't like its own initial data, lol\n"); ebt_register_table()
1224 BUGPRINT("Table name already exists\n"); ebt_register_table()
1259 BUGPRINT("Request to unregister NULL table!!!\n"); ebt_unregister_table()
1301 BUGPRINT("Wrong nr of counters\n"); do_update_counters()
1409 BUGPRINT("Num_counters wrong\n"); copy_counters_to_user()
1458 BUGPRINT("Nentries wrong\n"); copy_everything_to_user()
1463 BUGPRINT("Wrong size\n"); copy_everything_to_user()
1473 BUGPRINT("Couldn't copy entries to userspace\n"); copy_everything_to_user()
1539 BUGPRINT("c2u Didn't work\n"); do_ebt_get_ctl()

Completed in 43 milliseconds