Searched refs:EBT_ENTRY_ITERATE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 871 ret = EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 913 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 944 ret = EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 947 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 1050 EBT_ENTRY_ITERATE(table->entries, table->entries_size, in do_replace_finish() 1081 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in do_replace_finish() 1263 EBT_ENTRY_ITERATE(table->private->entries, table->private->entries_size, in ebt_unregister_table() 1475 return EBT_ENTRY_ITERATE(entries, entries_size, in copy_everything_to_user() 1791 return EBT_ENTRY_ITERATE(entries, size, compat_calc_entry, info, in compat_table_info() 1847 return EBT_ENTRY_ITERATE(tinfo.entries, tinfo.entries_size, in compat_copy_everything_to_user() [all …]
|
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 243 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ macro
|