Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_osf.c134 static struct nft_expr_type nft_osf_type; variable
140 .type = &nft_osf_type,
144 static struct nft_expr_type nft_osf_type __read_mostly = {
154 return nft_register_expr(&nft_osf_type); in nft_osf_module_init()
159 return nft_unregister_expr(&nft_osf_type); in nft_osf_module_exit()