Lines Matching defs:vci
94 vcc->vci = msg->addr.sap_addr.vci;
125 int vci = vcc->vci;
131 msg.hdr.vci = htons(vci);
132 msg.addr.sap_addr.vci = vci;
133 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) return 0;
151 msg.addr.sap_addr.vci = vcc->vci;
179 (vcc->vci >> ci.vci_bits)) {
223 hdr->vci = htons(vcc->vci);
263 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci)
269 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
274 vcc->vci == vci && vcc->vpi == vpi &&
300 out_vcc = find_vcc(dev, ntohs(hdr->vpi), ntohs(hdr->vci));