Searched refs:EBT_MATCH_ITERATE (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/netfilter_bridge/ |
A D | ebtables.h | 216 #define EBT_MATCH_ITERATE(e, fn, args...) \ macro
|
/linux-6.3-rc2/net/bridge/netfilter/ |
A D | ebtables.c | 230 if (EBT_MATCH_ITERATE(point, ebt_do_match, skb, &acpar) != 0) in ebt_do_table() 667 EBT_MATCH_ITERATE(e, ebt_cleanup_match, net, NULL); in ebt_cleanup_entry() 739 ret = EBT_MATCH_ITERATE(e, ebt_check_match, &mtpar, &i); in ebt_check_entry() 792 EBT_MATCH_ITERATE(e, ebt_cleanup_match, net, &i); in ebt_check_entry() 1495 ret = EBT_MATCH_ITERATE(e, ebt_match_to_user, base, ubase); in ebt_entry_to_user() 1737 ret = EBT_MATCH_ITERATE(e, compat_match_to_user, dstptr, size); in compat_copy_entry_to_user() 1792 EBT_MATCH_ITERATE(e, compat_calc_match, &off); in compat_calc_entry()
|
Completed in 11 milliseconds