Searched refs:EBT_WATCHER_ITERATE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 239 #define EBT_WATCHER_ITERATE(e, fn, args...) \ macro
|
/Linux-v4.19/net/bridge/netfilter/ |
D | ebtables.c | 237 EBT_WATCHER_ITERATE(point, ebt_do_watcher, skb, &acpar); in ebt_do_table() 649 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, NULL); in ebt_cleanup_entry() 729 ret = EBT_WATCHER_ITERATE(e, ebt_check_watcher, &tgpar, &j); in ebt_check_entry() 778 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, &j); in ebt_check_entry() 1424 ret = EBT_WATCHER_ITERATE(e, ebt_watcher_to_user, base, ubase); in ebt_entry_to_user() 1755 ret = EBT_WATCHER_ITERATE(e, compat_watcher_to_user, dstptr, size); in compat_copy_entry_to_user() 1806 EBT_WATCHER_ITERATE(e, compat_calc_watcher, &off); in compat_calc_entry()
|