Searched refs:nf_ft (Results 1 – 5 of 5) sorted by relevance
48 struct nf_flowtable nf_ft; member306 ct_ft->nf_ft.type = &flowtable_ct; in tcf_ct_flow_table_get()309 err = nf_flow_table_init(&ct_ft->nf_ft); in tcf_ct_flow_table_get()312 write_pnet(&ct_ft->nf_ft.net, net); in tcf_ct_flow_table_get()317 params->nf_ft = &ct_ft->nf_ft; in tcf_ct_flow_table_get()339 nf_flow_table_free(&ct_ft->nf_ft); in tcf_ct_flow_table_cleanup_work()342 block = &ct_ft->nf_ft.flow_block; in tcf_ct_flow_table_cleanup_work()348 up_write(&ct_ft->nf_ft.flow_block_lock); in tcf_ct_flow_table_cleanup_work()608 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup() local663 flow_offload_refresh(nf_ft, flow); in tcf_ct_flow_table_lookup()[all …]
31 struct nf_flowtable *nf_ft; member57 return to_ct_params(a)->nf_ft; in tcf_ct_ft()
29 struct nf_flowtable *nf_ft; member
113 struct nf_flowtable *nf_ft; member1560 attr->ct_attr.nf_ft = act->ct.flow_table; in mlx5_tc_ct_parse_action()1808 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb() argument1828 ft->nf_ft = nf_ft; in mlx5_tc_ct_add_ft_cb()1847 err = nf_flow_table_offload_add_cb(ft->nf_ft, in mlx5_tc_ct_add_ft_cb()1882 nf_flow_table_offload_del_cb(ft->nf_ft, in mlx5_tc_ct_del_ft_cb()1955 attr->ct_attr.nf_ft); in __mlx5_tc_ct_flow_offload()
1374 struct mlx5_flow_table *nf_ft, *ft; in esw_chains_create() local1399 nf_ft = mlx5_chains_get_table(chains, mlx5_chains_get_nf_ft_chain(chains), in esw_chains_create()1401 if (IS_ERR(nf_ft)) { in esw_chains_create()1402 err = PTR_ERR(nf_ft); in esw_chains_create()1420 mlx5_chains_set_end_ft(chains, nf_ft); in esw_chains_create()
Completed in 18 milliseconds