Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c127 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval_type() function
143 EXPORT_SYMBOL_GPL(nft_fib6_eval_type);
219 .eval = nft_fib6_eval_type,
/openbmc/linux/include/net/netfilter/
H A Dnft_fib.h33 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs,
/openbmc/linux/net/netfilter/
H A Dnft_fib_inet.c36 return nft_fib6_eval_type(expr, regs, pkt); in nft_fib_inet_eval()
H A Dnft_fib_netdev.c45 return nft_fib6_eval_type(expr, regs, pkt); in nft_fib_netdev_eval()