Home
last modified time | relevance | path

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

/linux-6.12.1/net/bridge/netfilter/
Debtables.c203 struct ebt_entries *chaininfo; in ebt_do_table() local
219 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()
288 cs[sp].chaininfo = chaininfo; in ebt_do_table()
291 chaininfo = (struct ebt_entries *) (base + verdict); in ebt_do_table()
293 if (WARN(chaininfo->distinguisher, "jump to non-chain\n")) { in ebt_do_table()
298 nentries = chaininfo->nentries; in ebt_do_table()
299 point = (struct ebt_entry *)chaininfo->data; in ebt_do_table()
[all …]
/linux-6.12.1/include/linux/netfilter_bridge/
Debtables.h74 struct ebt_entries *chaininfo; /* pointer to chain data */ member