Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/netfilter/
Debtables.c195 struct ebt_entries *chaininfo; in ebt_do_table() local
214 chaininfo = private->hook_entry[hook]; in ebt_do_table()
270 chaininfo = cs[sp].chaininfo; in ebt_do_table()
271 nentries = chaininfo->nentries; in ebt_do_table()
274 chaininfo->counter_offset; in ebt_do_table()
288 cs[sp].chaininfo = chaininfo; in ebt_do_table()
291 chaininfo = (struct ebt_entries *) (base + verdict); in ebt_do_table()
293 if (chaininfo->distinguisher) { in ebt_do_table()
299 nentries = chaininfo->nentries; in ebt_do_table()
300 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
[all …]
/linux-3.4.99/include/linux/netfilter_bridge/
Debtables.h256 struct ebt_entries *chaininfo; /* pointer to chain data */ member