Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/netfilter/
Dnft_fib_ipv6.c138 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval() function
189 EXPORT_SYMBOL_GPL(nft_fib6_eval);
205 .eval = nft_fib6_eval,
/Linux-v5.4/include/net/netfilter/
Dnft_fib.h35 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs,
/Linux-v5.4/net/netfilter/
Dnft_fib_inet.c34 return nft_fib6_eval(expr, regs, pkt); in nft_fib_inet_eval()
Dnft_fib_netdev.c43 return nft_fib6_eval(expr, regs, pkt); in nft_fib_netdev_eval()