Searched refs:nf_ft (Results 1 – 5 of 5) sorted by relevance
45 struct nf_flowtable nf_ft; member299 ct_ft->nf_ft.type = &flowtable_ct; in tcf_ct_flow_table_get()302 err = nf_flow_table_init(&ct_ft->nf_ft); in tcf_ct_flow_table_get()309 params->nf_ft = &ct_ft->nf_ft; in tcf_ct_flow_table_get()331 nf_flow_table_free(&ct_ft->nf_ft); in tcf_ct_flow_table_cleanup_work()334 block = &ct_ft->nf_ft.flow_block; in tcf_ct_flow_table_cleanup_work()335 down_write(&ct_ft->nf_ft.flow_block_lock); in tcf_ct_flow_table_cleanup_work()340 up_write(&ct_ft->nf_ft.flow_block_lock); in tcf_ct_flow_table_cleanup_work()510 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup() local553 flow_offload_refresh(nf_ft, flow); in tcf_ct_flow_table_lookup()[all …]
30 struct nf_flowtable *nf_ft; member56 return to_ct_params(a)->nf_ft; in tcf_ct_ft()
90 struct nf_flowtable *nf_ft; member1374 attr->ct_attr.nf_ft = act->ct.flow_table; in mlx5_tc_ct_parse_action()1632 struct nf_flowtable *nf_ft) in mlx5_tc_ct_add_ft_cb() argument1652 ft->nf_ft = nf_ft; in mlx5_tc_ct_add_ft_cb()1671 err = nf_flow_table_offload_add_cb(ft->nf_ft, in mlx5_tc_ct_add_ft_cb()1705 nf_flow_table_offload_del_cb(ft->nf_ft, in mlx5_tc_ct_del_ft_cb()1773 attr->ct_attr.nf_ft); in __mlx5_tc_ct_flow_offload()
29 struct nf_flowtable *nf_ft; member
1543 struct mlx5_flow_table *nf_ft, *ft; in esw_chains_create() local1568 nf_ft = mlx5_chains_get_table(chains, mlx5_chains_get_nf_ft_chain(chains), in esw_chains_create()1570 if (IS_ERR(nf_ft)) { in esw_chains_create()1571 err = PTR_ERR(nf_ft); in esw_chains_create()1589 mlx5_chains_set_end_ft(chains, nf_ft); in esw_chains_create()
Completed in 19 milliseconds