Searched refs:input_table (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/bridge/netfilter/
H A Debtables.c1181 int ebt_register_table(struct net *net, const struct ebt_table *input_table, argument
1193 if (input_table == NULL || (repl = input_table->table) == NULL ||
1195 repl->counters != NULL || input_table->private != NULL)
1199 table = kmemdup(input_table, sizeof(struct ebt_table), GFP_KERNEL);
/linux-master/net/netfilter/
H A Dx_tables.c1452 const struct xt_table *input_table,
1462 table = kmemdup(input_table, sizeof(struct xt_table), GFP_KERNEL);
1451 xt_register_table(struct net *net, const struct xt_table *input_table, struct xt_table_info *bootstrap, struct xt_table_info *newinfo) argument

Completed in 164 milliseconds