Home
last modified time | relevance | path

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

/net/netfilter/
Dnft_xfrm.c288 static struct nft_expr_type nft_xfrm_type; variable
290 .type = &nft_xfrm_type,
299 static struct nft_expr_type nft_xfrm_type __read_mostly = {
309 return nft_register_expr(&nft_xfrm_type); in nft_xfrm_module_init()
314 nft_unregister_expr(&nft_xfrm_type); in nft_xfrm_module_exit()