Searched refs:nft_fib_store_result (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/ipv4/netfilter/ |
| D | nft_fib_ipv4.c | 88 nft_fib_store_result(dest, priv, nft_in(pkt)); in nft_fib4_eval() 101 nft_fib_store_result(dest, priv, pkt->skb->dev); in nft_fib4_eval() 142 nft_fib_store_result(dest, priv, found); in nft_fib4_eval()
|
| /Linux-v5.4/net/netfilter/ |
| D | nft_fib.c | 135 void nft_fib_store_result(void *reg, const struct nft_fib *priv, in nft_fib_store_result() function 158 EXPORT_SYMBOL_GPL(nft_fib_store_result);
|
| /Linux-v5.4/include/net/netfilter/ |
| D | nft_fib.h | 38 void nft_fib_store_result(void *reg, const struct nft_fib *priv,
|
| /Linux-v5.4/net/ipv6/netfilter/ |
| D | nft_fib_ipv6.c | 168 nft_fib_store_result(dest, priv, nft_in(pkt)); in nft_fib6_eval() 185 nft_fib_store_result(dest, priv, rt->rt6i_idev->dev); in nft_fib6_eval()
|