> > @@ -3895,6 +3922,8 @@ static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux) > > if (ret) > > bpf_iter_fini_seq_net(priv_data); > > + iter->state.bucket = -1; > > ah. I think this can be moved to patch 3. > > > + > > return ret; > > } > Good point, I will move this change there. Jordan