Searched refs:nft_osf_type (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/netfilter/
H A Dnft_osf.c155 static struct nft_expr_type nft_osf_type; variable in typeref:struct:nft_expr_type
161 .type = &nft_osf_type,
166 static struct nft_expr_type nft_osf_type __read_mostly = {
176 return nft_register_expr(&nft_osf_type);
181 return nft_unregister_expr(&nft_osf_type);

Completed in 144 milliseconds