Home
last modified time | relevance | path

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

/linux/net/bridge/netfilter/
H A Debtables.c206 struct ebt_entries *chaininfo; in ebt_do_table() local
222 chaininfo = private->hook_entry[hook]; in ebt_do_table()
274 chaininfo = cs[sp].chaininfo; in ebt_do_table()
275 nentries = chaininfo->nentries; in ebt_do_table()
278 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 (WARN(chaininfo->distinguisher, "jump to non-chain\n")) { in ebt_do_table()
301 nentries = chaininfo->nentries; in ebt_do_table()
302 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
[all …]
/linux/include/linux/netfilter_bridge/
H A Debtables.h74 struct ebt_entries *chaininfo; /* pointer to chain data */ member