Lines Matching defs:dst_port
80 u32 dst_port;
471 cb->dst_port = le32_to_cpu(v1->dst_port_id);
486 cb->dst_port = le16_to_cpu(v2->dst_port_id);
490 if (cb->dst_port == (u16)QRTR_PORT_CTRL)
491 cb->dst_port = QRTR_PORT_CTRL;
500 if (cb->dst_port == QRTR_PORT_CTRL_LEGACY)
501 cb->dst_port = QRTR_PORT_CTRL;
511 if (cb->dst_port != QRTR_PORT_CTRL && cb->type != QRTR_TYPE_DATA &&
530 ipc = qrtr_port_lookup(cb->dst_port);
1006 struct sockaddr_qrtr local = { AF_QIPCRTR, cb->dst_node, cb->dst_port };
1022 pkt->client.port = cpu_to_le32(cb->dst_port);