Searched refs:nf_ft (Results 1 – 2 of 2) sorted by relevance
53 struct nf_flowtable nf_ft; member343 ct_ft->nf_ft.type = &flowtable_ct; in tcf_ct_flow_table_get()346 err = nf_flow_table_init(&ct_ft->nf_ft); in tcf_ct_flow_table_get()349 write_pnet(&ct_ft->nf_ft.net, net); in tcf_ct_flow_table_get()354 params->nf_ft = &ct_ft->nf_ft; in tcf_ct_flow_table_get()380 nf_flow_table_free(&ct_ft->nf_ft); in tcf_ct_flow_table_cleanup_work()382 block = &ct_ft->nf_ft.flow_block; in tcf_ct_flow_table_cleanup_work()383 down_write(&ct_ft->nf_ft.flow_block_lock); in tcf_ct_flow_table_cleanup_work()385 up_write(&ct_ft->nf_ft.flow_block_lock); in tcf_ct_flow_table_cleanup_work()656 struct nf_flowtable *nf_ft = &p->ct_ft->nf_ft; in tcf_ct_flow_table_lookup() local[all …]
162 struct nf_flowtable *nf_ft) in nfnl_hook_put_nft_ft_info() argument165 container_of(nf_ft, struct nft_flowtable, data); in nfnl_hook_put_nft_ft_info()170 if (WARN_ON_ONCE(!nf_ft)) in nfnl_hook_put_nft_ft_info()
Completed in 9 milliseconds