Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c27 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval_type() function
55 EXPORT_SYMBOL_GPL(nft_fib4_eval_type);
158 .eval = nft_fib4_eval_type,
/openbmc/linux/include/net/netfilter/
H A Dnft_fib.h28 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs,
/openbmc/linux/net/netfilter/
H A Dnft_fib_inet.c27 return nft_fib4_eval_type(expr, regs, pkt); in nft_fib_inet_eval()
H A Dnft_fib_netdev.c34 return nft_fib4_eval_type(expr, regs, pkt); in nft_fib_netdev_eval()