Home
last modified time | relevance | path

Searched refs:nf_flow_table_init (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/net/ipv4/netfilter/
Dnf_flow_table_ipv4.c11 .init = nf_flow_table_init,
/Linux-v5.10/net/ipv6/netfilter/
Dnf_flow_table_ipv6.c12 .init = nf_flow_table_init,
/Linux-v5.10/net/netfilter/
Dnf_flow_table_inet.c49 .init = nf_flow_table_init,
Dnf_flow_table_core.c505 int nf_flow_table_init(struct nf_flowtable *flowtable) in nf_flow_table_init() function
527 EXPORT_SYMBOL_GPL(nf_flow_table_init);
/Linux-v5.10/include/net/netfilter/
Dnf_flow_table.h223 int nf_flow_table_init(struct nf_flowtable *flow_table);
/Linux-v5.10/net/sched/
Dact_ct.c300 err = nf_flow_table_init(&ct_ft->nf_ft); in tcf_ct_flow_table_get()