Searched refs:dump_hook_ctx (Results 1 – 1 of 1) sorted by relevance
2044 struct nft_hook_dump_ctx dump_hook_ctx = {}; in nft_dump_basechain_hook() local2064 nft_dump_basechain_hook_list(skb, net, hook_list, &dump_hook_ctx)) { in nft_dump_basechain_hook()2068 &dump_hook_ctx)) { in nft_dump_basechain_hook()2074 if (dump_hook_ctx.n == 1 && in nft_dump_basechain_hook()2075 !hook_is_prefix(dump_hook_ctx.first) && in nft_dump_basechain_hook()2076 nla_put_string(skb, NFTA_HOOK_DEV, dump_hook_ctx.first->ifname)) in nft_dump_basechain_hook()