Searched refs:EBT_WATCHER_ITERATE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/uapi/linux/netfilter_bridge/ |
D | ebtables.h | 239 #define EBT_WATCHER_ITERATE(e, fn, args...) \ macro
|
/Linux-v5.4/net/bridge/netfilter/ |
D | ebtables.c | 229 EBT_WATCHER_ITERATE(point, ebt_do_watcher, skb, &acpar); in ebt_do_table() 627 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, NULL); in ebt_cleanup_entry() 704 ret = EBT_WATCHER_ITERATE(e, ebt_check_watcher, &tgpar, &j); in ebt_check_entry() 751 EBT_WATCHER_ITERATE(e, ebt_cleanup_watcher, net, &j); in ebt_check_entry() 1371 ret = EBT_WATCHER_ITERATE(e, ebt_watcher_to_user, base, ubase); in ebt_entry_to_user() 1695 ret = EBT_WATCHER_ITERATE(e, compat_watcher_to_user, dstptr, size); in compat_copy_entry_to_user() 1746 EBT_WATCHER_ITERATE(e, compat_calc_watcher, &off); in compat_calc_entry()
|