Searched refs:nft_xfrm_type (Results 1 - 1 of 1) sorted by path

/linux-master/net/netfilter/
H A Dnft_xfrm.c288 static struct nft_expr_type nft_xfrm_type; variable in typeref:struct:nft_expr_type
290 .type = &nft_xfrm_type,
299 static struct nft_expr_type nft_xfrm_type __read_mostly = {
309 return nft_register_expr(&nft_xfrm_type);
314 nft_unregister_expr(&nft_xfrm_type);

Completed in 191 milliseconds