Searched refs:EBT_WATCHER_ITERATE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 241 #define EBT_WATCHER_ITERATE(e, fn, args...) \ macro
|
/Linux-v6.6/net/bridge/netfilter/ |
D | ebtables.c | 242 EBT_WATCHER_ITERATE(point, ebt_do_watcher, skb, &acpar); in ebt_do_table() 666 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, NULL); in ebt_cleanup_entry() 743 ret = EBT_WATCHER_ITERATE(e, ebt_check_watcher, &tgpar, &j); in ebt_check_entry() 790 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, &j); in ebt_check_entry() 1498 ret = EBT_WATCHER_ITERATE(e, ebt_watcher_to_user, base, ubase); in ebt_entry_to_user() 1742 ret = EBT_WATCHER_ITERATE(e, compat_watcher_to_user, dstptr, size); in compat_copy_entry_to_user() 1793 EBT_WATCHER_ITERATE(e, compat_calc_watcher, &off); in compat_calc_entry()
|