Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_osf.c160 static struct nft_expr_type nft_osf_type; variable
166 .type = &nft_osf_type,
171 static struct nft_expr_type nft_osf_type __read_mostly = {
181 return nft_register_expr(&nft_osf_type); in nft_osf_module_init()
186 return nft_unregister_expr(&nft_osf_type); in nft_osf_module_exit()