Searched refs:nft_fib_store_result (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/ipv4/netfilter/ |
| D | nft_fib_ipv4.c | 92 nft_fib_store_result(dest, priv, nft_in(pkt)); in nft_fib4_eval() 105 nft_fib_store_result(dest, priv, pkt->skb->dev); in nft_fib4_eval() 150 nft_fib_store_result(dest, priv, found); in nft_fib4_eval()
|
| /Linux-v6.1/net/netfilter/ |
| D | nft_fib.c | 138 void nft_fib_store_result(void *reg, const struct nft_fib *priv, in nft_fib_store_result() function 161 EXPORT_SYMBOL_GPL(nft_fib_store_result);
|
| /Linux-v6.1/include/net/netfilter/ |
| D | nft_fib.h | 38 void nft_fib_store_result(void *reg, const struct nft_fib *priv,
|
| /Linux-v6.1/net/ipv6/netfilter/ |
| D | nft_fib_ipv6.c | 189 nft_fib_store_result(dest, priv, nft_in(pkt)); in nft_fib6_eval() 208 nft_fib_store_result(dest, priv, rt->rt6i_idev->dev); in nft_fib6_eval()
|