Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/netfilter/
Debtables.c196 struct ebt_entries *chaininfo; in ebt_do_table() local
215 chaininfo = private->hook_entry[hook]; in ebt_do_table()
271 chaininfo = cs[sp].chaininfo; in ebt_do_table()
272 nentries = chaininfo->nentries; in ebt_do_table()
275 chaininfo->counter_offset; in ebt_do_table()
289 cs[sp].chaininfo = chaininfo; in ebt_do_table()
292 chaininfo = (struct ebt_entries *) (base + verdict); in ebt_do_table()
294 if (chaininfo->distinguisher) { in ebt_do_table()
300 nentries = chaininfo->nentries; in ebt_do_table()
301 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
[all …]
/linux-4.1.27/include/linux/netfilter_bridge/
Debtables.h77 struct ebt_entries *chaininfo; /* pointer to chain data */ member