Home
last modified time | relevance | path

Searched refs:nft_ct_timeout_obj_type (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_ct.c1031 static struct nft_object_type nft_ct_timeout_obj_type; variable
1034 .type = &nft_ct_timeout_obj_type,
1042 static struct nft_object_type nft_ct_timeout_obj_type __read_mostly = {
1406 err = nft_register_obj(&nft_ct_timeout_obj_type); in nft_ct_module_init()
1428 nft_unregister_obj(&nft_ct_timeout_obj_type); in nft_ct_module_exit()