Home
last modified time | relevance | path

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

/linux/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c62 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval() function
155 EXPORT_SYMBOL_GPL(nft_fib4_eval);
172 .eval = nft_fib4_eval,
/linux/net/netfilter/
H A Dnft_fib_inet.c25 return nft_fib4_eval(expr, regs, pkt); in nft_fib_inet_eval()
H A Dnft_fib_netdev.c32 return nft_fib4_eval(expr, regs, pkt); in nft_fib_netdev_eval()
/linux/include/net/netfilter/
H A Dnft_fib.h58 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs,