Searched refs:nidx (Results 1 – 3 of 3) sorted by relevance
1805 add_edge(struct bpf_verifier *bvf, struct inst_node *node, uint32_t nidx) in add_edge() argument1809 if (nidx > bvf->prm->nb_ins) { in add_edge()1812 __func__, get_node_idx(bvf, node), nidx); in add_edge()1823 node->edge_dest[ne] = nidx; in add_edge()
4296 int idx, nidx; in rack_calc_thresh_tlp() local4300 nidx = prsm->r_rtr_cnt - 1; in rack_calc_thresh_tlp()4301 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in rack_calc_thresh_tlp()4303 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in rack_calc_thresh_tlp()
4195 int idx, nidx; in bbr_calc_thresh_tlp() local4198 nidx = prsm->r_rtr_cnt - 1; in bbr_calc_thresh_tlp()4199 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in bbr_calc_thresh_tlp()4201 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in bbr_calc_thresh_tlp()