Searched refs:nft_ct_expect_obj_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_ct.c1365 static struct nft_object_type nft_ct_expect_obj_type; variable in typeref:struct:nft_object_type
1368 .type = &nft_ct_expect_obj_type,
1376 static struct nft_object_type nft_ct_expect_obj_type __read_mostly = {
1402 err = nft_register_obj(&nft_ct_expect_obj_type);
1414 nft_unregister_obj(&nft_ct_expect_obj_type);
1430 nft_unregister_obj(&nft_ct_expect_obj_type);

Completed in 226 milliseconds