Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dact_ct.c49 struct tcf_ct_flow_table { struct
61 .head_offset = offsetof(struct tcf_ct_flow_table, node), argument
62 .key_offset = offsetof(struct tcf_ct_flow_table, key),
294 static void tcf_ct_flow_table_get_ref(struct tcf_ct_flow_table *ct_ft);
298 struct tcf_ct_flow_table *ct_ft = in tcf_ct_nf_get()
299 container_of(ft, struct tcf_ct_flow_table, nf_ft); in tcf_ct_nf_get()
304 static void tcf_ct_flow_table_put(struct tcf_ct_flow_table *ct_ft);
308 struct tcf_ct_flow_table *ct_ft = in tcf_ct_nf_put()
309 container_of(ft, struct tcf_ct_flow_table, nf_ft); in tcf_ct_nf_put()
325 struct tcf_ct_flow_table *ct_ft; in tcf_ct_flow_table_get()
[all …]
/linux-6.12.1/include/net/tc_act/
Dtc_ct.h31 struct tcf_ct_flow_table *ct_ft;