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

/linux-master/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c214 static struct nft_expr_type nft_fib6_type; variable in typeref:struct:nft_expr_type
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);
275 nft_unregister_expr(&nft_fib6_type);

Completed in 188 milliseconds