vcap_is_next_lookup
if (!vcap_is_next_lookup(vctrl, fco->common.chain_index,
if (!vcap_is_next_lookup(vctrl, fco->common.chain_index,
EXPORT_SYMBOL_GPL(vcap_is_next_lookup);
bool vcap_is_next_lookup(struct vcap_control *vctrl, int cur_cid, int next_cid);
ret = vcap_is_next_lookup(&test_vctrl, 8000000, 1001000);
ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8001000);
ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8101000);
ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8101000);
ret = vcap_is_next_lookup(&test_vctrl, 8100000, 8201000);
ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8201000);
ret = vcap_is_next_lookup(&test_vctrl, 8200000, 8301000);
ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8301000);
ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8401000);
ret = vcap_is_next_lookup(&test_vctrl, 1000000, 1001000);
ret = vcap_is_next_lookup(&test_vctrl, 1000000, 1101000);
ret = vcap_is_next_lookup(&test_vctrl, 1100000, 1201000);
ret = vcap_is_next_lookup(&test_vctrl, 1100000, 1301000);
ret = vcap_is_next_lookup(&test_vctrl, 1100000, 8101000);
ret = vcap_is_next_lookup(&test_vctrl, 1300000, 1401000);
ret = vcap_is_next_lookup(&test_vctrl, 1400000, 1501000);
ret = vcap_is_next_lookup(&test_vctrl, 1500000, 8001000);
ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8001000);
ret = vcap_is_next_lookup(&test_vctrl, 8000000, 8101000);
ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8301000);
ret = vcap_is_next_lookup(&test_vctrl, 8300000, 8401000);