Lines Matching refs:tcf_ct_params
295 static int tcf_ct_flow_table_get(struct net *net, struct tcf_ct_params *params) in tcf_ct_flow_table_get()
613 static bool tcf_ct_flow_table_lookup(struct tcf_ct_params *p, in tcf_ct_flow_table_lookup()
707 struct tcf_ct_params *p) in tcf_ct_skb_nfct_cached()
830 static void tcf_ct_params_free(struct tcf_ct_params *params) in tcf_ct_params_free()
848 struct tcf_ct_params *params; in tcf_ct_params_free_rcu()
850 params = container_of(head, struct tcf_ct_params, rcu); in tcf_ct_params_free_rcu()
876 size_t labels_sz = sizeof_field(struct tcf_ct_params, labels); in tcf_ct_act_set_labels()
925 struct tcf_ct_params *p; in tcf_ct_act()
1081 static int tcf_ct_fill_params_nat(struct tcf_ct_params *p, in tcf_ct_fill_params_nat()
1161 struct tcf_ct_params *p, in tcf_ct_fill_params()
1266 struct tcf_ct_params *params = NULL; in tcf_ct_init()
1354 struct tcf_ct_params *params; in tcf_ct_cleanup()
1385 static int tcf_ct_dump_nat(struct sk_buff *skb, struct tcf_ct_params *p) in tcf_ct_dump_nat()
1443 struct tcf_ct_params *p; in tcf_ct_dump()
1554 unsigned int n_bits = sizeof_field(struct tcf_ct_params, labels) * 8; in ct_init_net()