Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c214 static struct nft_expr_type nft_fib6_type; variable
217 .type = &nft_fib6_type,
227 .type = &nft_fib6_type,
259 static struct nft_expr_type nft_fib6_type __read_mostly = {
270 return nft_register_expr(&nft_fib6_type); in nft_fib6_module_init()
275 nft_unregister_expr(&nft_fib6_type); in nft_fib6_module_exit()