Searched refs:tcf_ct_flow_table (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ct.c | 44 struct tcf_ct_flow_table { struct 56 .head_offset = offsetof(struct tcf_ct_flow_table, node), 57 .key_offset = offsetof(struct tcf_ct_flow_table, zone), 58 .key_len = sizeof_field(struct tcf_ct_flow_table, zone), 289 static void tcf_ct_flow_table_get_ref(struct tcf_ct_flow_table *ct_ft); 293 struct tcf_ct_flow_table *ct_ft = in tcf_ct_nf_get() 294 container_of(ft, struct tcf_ct_flow_table, nf_ft); in tcf_ct_nf_get() 299 static void tcf_ct_flow_table_put(struct tcf_ct_flow_table *ct_ft); 303 struct tcf_ct_flow_table *ct_ft = in tcf_ct_nf_put() 304 container_of(ft, struct tcf_ct_flow_table, nf_f in tcf_ct_nf_put() [all...] |
/kernel/linux/linux-5.10/include/net/tc_act/ |
H A D | tc_ct.h | 29 struct tcf_ct_flow_table *ct_ft;
|
/kernel/linux/linux-6.6/include/net/tc_act/ |
H A D | tc_ct.h | 30 struct tcf_ct_flow_table *ct_ft;
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ct.c | 41 struct tcf_ct_flow_table { struct 53 .head_offset = offsetof(struct tcf_ct_flow_table, node), 54 .key_offset = offsetof(struct tcf_ct_flow_table, zone), 55 .key_len = sizeof_field(struct tcf_ct_flow_table, zone), 280 struct tcf_ct_flow_table *ct_ft; in tcf_ct_flow_table_get() 324 struct tcf_ct_flow_table *ct_ft; in tcf_ct_flow_table_cleanup_work() 327 ct_ft = container_of(to_rcu_work(work), struct tcf_ct_flow_table, in tcf_ct_flow_table_cleanup_work() 346 struct tcf_ct_flow_table *ct_ft = params->ct_ft; in tcf_ct_flow_table_put() 355 static void tcf_ct_flow_table_add(struct tcf_ct_flow_table *ct_ft, in tcf_ct_flow_table_add() 388 static void tcf_ct_flow_table_process_conn(struct tcf_ct_flow_table *ct_f [all...] |
Completed in 4 milliseconds