Home
last modified time | relevance | path

Searched refs:nidx (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_validate.c1805 add_edge(struct bpf_verifier *bvf, struct inst_node *node, uint32_t nidx) in add_edge() argument
1809 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()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4296 int idx, nidx; in rack_calc_thresh_tlp() local
4300 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()
H A Dbbr.c4195 int idx, nidx; in bbr_calc_thresh_tlp() local
4198 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()