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

/linux-master/net/netfilter/
H A Dnft_fib_inet.c34 return nft_fib6_eval(expr, regs, pkt);
H A Dnft_fib_netdev.c43 return nft_fib6_eval(expr, regs, pkt);
/linux-master/include/net/netfilter/
H A Dnft_fib.h35 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs,
/linux-master/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c156 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs, function
212 EXPORT_SYMBOL_GPL(nft_fib6_eval); variable
229 .eval = nft_fib6_eval,

Completed in 104 milliseconds