Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dact_ct.c51 struct tcf_ct_flow_table { struct
63 .head_offset = offsetof(struct tcf_ct_flow_table, node), argument
64 .key_offset = offsetof(struct tcf_ct_flow_table, key),
296 static void tcf_ct_flow_table_get_ref(struct tcf_ct_flow_table *ct_ft);
300 struct tcf_ct_flow_table *ct_ft = in tcf_ct_nf_get()
301 container_of(ft, struct tcf_ct_flow_table, nf_ft); in tcf_ct_nf_get()
306 static void tcf_ct_flow_table_put(struct tcf_ct_flow_table *ct_ft);
310 struct tcf_ct_flow_table *ct_ft = in tcf_ct_nf_put()
311 container_of(ft, struct tcf_ct_flow_table, nf_ft); in tcf_ct_nf_put()
327 struct tcf_ct_flow_table *ct_ft; in tcf_ct_flow_table_get()
[all …]
/openbmc/linux/include/net/tc_act/
H A Dtc_ct.h30 struct tcf_ct_flow_table *ct_ft;