Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_fib_inet.c44 static struct nft_expr_type nft_fib_inet_type; variable
46 .type = &nft_fib_inet_type,
55 static struct nft_expr_type nft_fib_inet_type __read_mostly = {
66 return nft_register_expr(&nft_fib_inet_type); in nft_fib_inet_module_init()
71 nft_unregister_expr(&nft_fib_inet_type); in nft_fib_inet_module_exit()