Home
last modified time | relevance | path

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

/Linux-v6.1/net/bridge/netfilter/
Debtable_filter.c96 int ret = ebt_register_template(&frame_filter, frame_filter_table_init); in ebtable_filter_init()
Debtable_nat.c96 int ret = ebt_register_template(&frame_nat, frame_nat_table_init); in ebtable_nat_init()
Debtable_broute.c115 int ret = ebt_register_template(&broute_table, broute_table_init); in ebtable_broute_init()
Debtables.c1292 int ebt_register_template(const struct ebt_table *t, int (*table_init)(struct net *net)) in ebt_register_template() function
1318 EXPORT_SYMBOL(ebt_register_template);
/Linux-v6.1/include/linux/netfilter_bridge/
Debtables.h125 int ebt_register_template(const struct ebt_table *t, int(*table_init)(struct net *net));