Home
last modified time | relevance | path

Searched refs:chaininfo (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/bridge/netfilter/
Debtables.c197 struct ebt_entries *chaininfo; in ebt_do_table() local
217 chaininfo = private->hook_entry[hook]; in ebt_do_table()
273 chaininfo = cs[sp].chaininfo; in ebt_do_table()
274 nentries = chaininfo->nentries; in ebt_do_table()
277 chaininfo->counter_offset; in ebt_do_table()
291 cs[sp].chaininfo = chaininfo; in ebt_do_table()
294 chaininfo = (struct ebt_entries *) (base + verdict); in ebt_do_table()
296 if (chaininfo->distinguisher) { in ebt_do_table()
302 nentries = chaininfo->nentries; in ebt_do_table()
303 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
[all …]
/linux-4.4.14/include/linux/netfilter_bridge/
Debtables.h77 struct ebt_entries *chaininfo; /* pointer to chain data */ member