Searched refs:CILEN_PREDICTOR_1 (Results 1 – 2 of 2) sorted by relevance
727 opt_buf[1] = CILEN_PREDICTOR_1; in ccp_resetci()728 if (ccp_test(pcb, opt_buf, CILEN_PREDICTOR_1, 0) <= 0) in ccp_resetci()756 + (go->predictor_1? CILEN_PREDICTOR_1: 0) in ccp_cilen()816 p[1] = CILEN_PREDICTOR_1; in ccp_addci()817 p += CILEN_PREDICTOR_1; in ccp_addci()898 if (len < CILEN_PREDICTOR_1 in ccp_ackci()899 || p[0] != CI_PREDICTOR_1 || p[1] != CILEN_PREDICTOR_1) in ccp_ackci()901 p += CILEN_PREDICTOR_1; in ccp_ackci()902 len -= CILEN_PREDICTOR_1; in ccp_ackci()1077 if (go->predictor_1 && len >= CILEN_PREDICTOR_1 in ccp_rejci()[all …]
124 #define CILEN_PREDICTOR_1 2 /* length of its config option */ macro