Searched refs:EBT_ENTRY_ITERATE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtables.c | 896 ret = EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 941 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 973 ret = EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 976 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in translate_table() 1080 EBT_ENTRY_ITERATE(table->entries, table->entries_size, in do_replace_finish() 1101 EBT_ENTRY_ITERATE(newinfo->entries, newinfo->entries_size, in do_replace_finish() 1174 EBT_ENTRY_ITERATE(table->private->entries, table->private->entries_size, in __ebt_unregister_table() 1513 return EBT_ENTRY_ITERATE(entries, entries_size, in copy_everything_to_user() 1848 return EBT_ENTRY_ITERATE(entries, size, compat_calc_entry, info, in compat_table_info() 1904 return EBT_ENTRY_ITERATE(tinfo.entries, tinfo.entries_size, in compat_copy_everything_to_user() [all …]
|
/Linux-v4.19/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 262 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \ macro
|