Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnft_objref.c85 static struct nft_expr_type nft_objref_type; variable
87 .type = &nft_objref_type,
197 static struct nft_expr_type nft_objref_type; variable
199 .type = &nft_objref_type,
234 static struct nft_expr_type nft_objref_type __read_mostly = {
244 return nft_register_expr(&nft_objref_type); in nft_objref_module_init()
249 nft_unregister_expr(&nft_objref_type); in nft_objref_module_exit()

Completed in 6 milliseconds