Lines Matching refs:cr
744 int i, mt, cr; in up1tr6() local
783 cr = skb->data[2]; in up1tr6()
792 if (!(proc = getl3proc(st, cr))) { in up1tr6()
794 if (cr < 128) { in up1tr6()
795 if (!(proc = new_l3_process(st, cr))) { in up1tr6()
814 if (!(proc = new_l3_process(st, cr))) { in up1tr6()
850 int i, cr; in down1tr6() local
859 cr = newcallref(); in down1tr6()
860 cr |= 0x80; in down1tr6()
861 if (!(proc = new_l3_process(st, cr))) { in down1tr6()
867 proc->callref = cr; in down1tr6()