Home
last modified time | relevance | path

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

/Linux-v5.4/net/bridge/netfilter/
Debtables.c190 struct ebt_entries *chaininfo; in ebt_do_table() local
206 chaininfo = private->hook_entry[hook]; in ebt_do_table()
258 chaininfo = cs[sp].chaininfo; in ebt_do_table()
259 nentries = chaininfo->nentries; in ebt_do_table()
262 chaininfo->counter_offset; in ebt_do_table()
275 cs[sp].chaininfo = chaininfo; in ebt_do_table()
278 chaininfo = (struct ebt_entries *) (base + verdict); in ebt_do_table()
280 if (WARN(chaininfo->distinguisher, "jump to non-chain\n")) { in ebt_do_table()
285 nentries = chaininfo->nentries; in ebt_do_table()
286 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
[all …]
/Linux-v5.4/include/linux/netfilter_bridge/
Debtables.h74 struct ebt_entries *chaininfo; /* pointer to chain data */ member