Searched refs:EBT_WATCHER_ITERATE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 220 #define EBT_WATCHER_ITERATE(e, fn, args...) \ macro
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 239 EBT_WATCHER_ITERATE(point, ebt_do_watcher, skb, &acpar); in ebt_do_table() 634 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, NULL); in ebt_cleanup_entry() 711 ret = EBT_WATCHER_ITERATE(e, ebt_check_watcher, &tgpar, &j); in ebt_check_entry() 753 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, &j); in ebt_check_entry() 1385 ret = EBT_WATCHER_ITERATE(e, ebt_make_watchername, base, ubase); in ebt_make_names() 1703 ret = EBT_WATCHER_ITERATE(e, compat_watcher_to_user, dstptr, size); in compat_copy_entry_to_user() 1754 EBT_WATCHER_ITERATE(e, compat_calc_watcher, &off); in compat_calc_entry()
|