Files
android_kernel_xiaomi_sm8450/net/ipv6
Phil Sutter e633508a95 netfilter: nft_fib: Fix existence check support
NFTA_FIB_F_PRESENT flag was not always honored since eval functions did
not call nft_fib_store_result in all cases.

Given that in all callsites there is a struct net_device pointer
available which holds the interface data to be stored in destination
register, simplify nft_fib_store_result() to just accept that pointer
instead of the nft_pktinfo pointer and interface index. This also
allows to drop the index to interface lookup previously needed to get
the name associated with given index.

Fixes: 055c4b34b9 ("netfilter: nft_fib: Support existence check")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2019-05-21 16:10:38 +02:00
..
2019-05-16 12:21:00 -07:00
2019-04-08 09:15:17 +02:00
2019-04-08 09:15:17 +02:00
2016-12-25 17:21:23 +01:00
2018-05-16 07:24:30 +02:00
2019-04-19 14:07:40 -07:00