Searched refs:next_cid (Results 1 – 2 of 2) sorted by relevance
228 bool vcap_is_next_lookup(struct vcap_control *vctrl, int cur_cid, int next_cid);
1680 int next_cid; in vcap_is_next_lookup() local1686 next_cid = roundup(src_cid + 1, VCAP_CID_LOOKUP_SIZE); in vcap_is_next_lookup()1688 if (dst_cid < next_cid) in vcap_is_next_lookup()