Lines Matching defs:cid
575 memcpy(param.remote_cid, node->cid, HMDFS_CID_SIZE);
1011 uint8_t *cid)
1020 if (strncmp(con->cid, cid, HMDFS_CID_SIZE) != 0)
1031 uint8_t *cid)
1036 if (!strncmp(node->cid, cid, HMDFS_CID_SIZE)) {
1049 peer = lookup_peer_by_cid_unsafe(sbi, peer2add->cid);
1065 static struct hmdfs_peer *alloc_peer(struct hmdfs_sb_info *sbi, uint8_t *cid,
1126 memcpy(node->cid, cid, HMDFS_CID_SIZE);
1179 struct hmdfs_peer *hmdfs_get_peer(struct hmdfs_sb_info *sbi, uint8_t *cid,
1185 peer = lookup_peer_by_cid_unsafe(sbi, cid);
1193 peer = alloc_peer(sbi, cid, devsl);