Home
last modified time | relevance | path

Searched refs:ebt_register_template (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/net/bridge/netfilter/
Debtable_nat.c110 int ret = ebt_register_template(&frame_nat, frame_nat_table_init); in ebtable_nat_init()
Debtable_filter.c111 int ret = ebt_register_template(&frame_filter, frame_filter_table_init); in ebtable_filter_init()
Debtable_broute.c123 int ret = ebt_register_template(&broute_table, broute_table_init); in ebtable_broute_init()
Debtables.c1296 int ebt_register_template(const struct ebt_table *t, int (*table_init)(struct net *net)) in ebt_register_template() function
1322 EXPORT_SYMBOL(ebt_register_template);
/Linux-v5.15/include/linux/netfilter_bridge/
Debtables.h130 int ebt_register_template(const struct ebt_table *t, int(*table_init)(struct net *net));