Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/tc_act/
Dtc_ct.h12 struct tcf_ct_params { struct
32 struct tcf_ct_params __rcu *params; argument
36 #define to_ct_params(a) ((struct tcf_ct_params *) \
/Linux-v5.4/net/sched/
Dact_ct.c207 struct tcf_ct_params *params = container_of(head, in tcf_ct_params_free()
208 struct tcf_ct_params, rcu); in tcf_ct_params_free()
315 size_t labels_sz = FIELD_SIZEOF(struct tcf_ct_params, labels); in tcf_ct_act_set_labels()
378 struct tcf_ct_params *p; in tcf_ct_act()
497 static int tcf_ct_fill_params_nat(struct tcf_ct_params *p, in tcf_ct_fill_params_nat()
577 struct tcf_ct_params *p, in tcf_ct_fill_params()
663 struct tcf_ct_params *params = NULL; in tcf_ct_init()
747 struct tcf_ct_params *params; in tcf_ct_cleanup()
778 static int tcf_ct_dump_nat(struct sk_buff *skb, struct tcf_ct_params *p) in tcf_ct_dump_nat()
823 struct tcf_ct_params *p; in tcf_ct_dump()
[all …]